moved shutdown scripts

This commit is contained in:
rootzoll 2021-06-24 19:54:49 +02:00
parent 56a3beb851
commit f1bc10b135
3 changed files with 3 additions and 3 deletions

View File

@ -175,5 +175,5 @@ if [ ${needsReboot} -eq 1 ]; then
# stop bitcoind
sudo -u bitcoin ${network}-cli stop
sleep 4
sudo /home/admin/XXshutdown.sh reboot
sudo /home/admin/config.scripts/blitz.shutdown.sh reboot
fi

View File

@ -177,5 +177,5 @@ if [ ${needsReboot} -eq 1 ]; then
# stop bitcoind
sudo -u bitcoin ${network}-cli stop
sleep 4
sudo /home/admin/XXshutdown.sh reboot
sudo /home/admin/config.scripts/blitz.shutdown.sh reboot
fi

View File

@ -109,7 +109,7 @@ case $CHOICE in
sudo -u bitcoin ${network}-cli stop
echo "Press ENTER to Reboot."
read key
sudo /home/admin/XXshutdown.sh reboot
sudo /home/admin/config.scripts/blitz.shutdown.sh reboot
exit 0
fi
;;