Skip to content

Commit

Permalink
Bugfix: restart rfid service properly during setup of rc522.
Browse files Browse the repository at this point in the history
  • Loading branch information
miohna committed Jan 24, 2024
1 parent cd883df commit ed087d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/rfid-reader/RC522/setup_rc522.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ed087d7

Please sign in to comment.