summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmx.com>2017-12-29 18:12:48 +0100
committerSebastian Reichel <sre@ring0.de>2018-06-28 01:52:53 +0200
commit7effa097b0cb2878ef012aea71b6b013498538a7 (patch)
treed898e5303ae33b0a193cd65feae364f069286c0c
parent467607a8c6aca7bb97278007d43d704053a41401 (diff)
downloadserial-barcode-scanner-7effa097b0cb2878ef012aea71b6b013498538a7.tar.bz2
README: Use system DBus instead of session DBus
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7fafe6d..29c498c 100644
--- a/README
+++ b/README
@@ -78,4 +78,4 @@ but you need to modify a few things.
* Create user
`sqlite3 shop.db "INSERT INTO users (id, email, firstname, lastname) VALUES (1, 'test@tester', 'Firstname', 'Lastname');"`
* Setup user password
- `mdbus2 io.mainframe.shopsystem.Database /io/mainframe/shopsystem/database io.mainframe.shopsystem.Database.SetUserPassword 1 "password"`
+ `mdbus2 -s io.mainframe.shopsystem.Database /io/mainframe/shopsystem/database io.mainframe.shopsystem.Database.SetUserPassword 1 "password"`