This commit is contained in:
Dmitri Popov
2018-03-31 18:48:40 +02:00
parent 167f7ee3e5
commit b2f0cc033c
4 changed files with 15 additions and 24 deletions

View File

@@ -18,7 +18,7 @@
while :
do
if [[ ! $(pgrep -f rc.py) ]]; then
cd /home/lilbox/little-backup-box/rc/
cd /home/pi/little-backup-box/rc/
sudo python3 rc.py
fi
done