mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 09:28:22 +02:00
#1375 dont start service during update/recover
This commit is contained in:
parent
0fb7af139c
commit
300d8af5c5
@ -122,7 +122,11 @@ WantedBy=multi-user.target
|
||||
EOF
|
||||
sudo mv /home/admin/kindle-display.service /etc/systemd/system/kindle-display.service
|
||||
sudo systemctl enable kindle-display
|
||||
sudo systemctl start kindle-display
|
||||
|
||||
# https://github.com/rootzoll/raspiblitz/issues/1375
|
||||
if [ "${state}" == "ready" ]; then
|
||||
sudo systemctl start kindle-display
|
||||
fi
|
||||
|
||||
# generate initial screenshot
|
||||
sudo -u $USERNAME $CRON_FILE
|
||||
|
Loading…
x
Reference in New Issue
Block a user