mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
fix: wait for keypress where needed
This commit is contained in:
@@ -187,8 +187,7 @@ The fulcrum.service is not running.
|
|||||||
Please check the following debug info.
|
Please check the following debug info.
|
||||||
" 8 48
|
" 8 48
|
||||||
sudo journalctl -u fulcrum -n 100
|
sudo journalctl -u fulcrum -n 100
|
||||||
echo "Press ENTER to get back to the Fulcrum menu."
|
echo "Press Q to get back to the Fulcrum menu."
|
||||||
read -r
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${initialSynced} -eq 0 ]; then
|
if [ ${initialSynced} -eq 0 ]; then
|
||||||
@@ -214,6 +213,7 @@ Check 'sudo nginx -t' for a detailed error message.
|
|||||||
fi
|
fi
|
||||||
/home/admin/config.scripts/blitz.web.sh
|
/home/admin/config.scripts/blitz.web.sh
|
||||||
echo "Press ENTER to get back to the Fulcrum menu."
|
echo "Press ENTER to get back to the Fulcrum menu."
|
||||||
|
read -r
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OPTIONS=(
|
OPTIONS=(
|
||||||
|
Reference in New Issue
Block a user