diff options
author | Johannes Rudolph <johannes.rudolph@gmx.com> | 2017-12-29 18:12:48 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2018-06-28 01:52:53 +0200 |
commit | 7effa097b0cb2878ef012aea71b6b013498538a7 (patch) | |
tree | d898e5303ae33b0a193cd65feae364f069286c0c | |
parent | 467607a8c6aca7bb97278007d43d704053a41401 (diff) | |
download | serial-barcode-scanner-7effa097b0cb2878ef012aea71b6b013498538a7.tar.bz2 |
README: Use system DBus instead of session DBus
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"` |