From ed087d71f30b88bf506baa0e395288fc3a40bbbe Mon Sep 17 00:00:00 2001 From: miohna Date: Wed, 24 Jan 2024 22:48:18 +0100 Subject: [PATCH] Bugfix: restart rfid service properly during setup of rc522. --- components/rfid-reader/RC522/setup_rc522.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rfid-reader/RC522/setup_rc522.sh b/components/rfid-reader/RC522/setup_rc522.sh index 30f67cff7..2f23d81f0 100644 --- a/components/rfid-reader/RC522/setup_rc522.sh +++ b/components/rfid-reader/RC522/setup_rc522.sh @@ -35,6 +35,6 @@ case "$choice" in esac printf "Restarting phoniebox-rfid-reader service...\n" -sudo systemctl start phoniebox-rfid-reader.service +sudo systemctl restart phoniebox-rfid-reader.service printf "Done.\n"