mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
Compare commits
2 Commits
5118-gpt
...
fuclrum-me
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c0034fe59 | ||
|
|
b384e047ca |
@@ -14,6 +14,7 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
|||||||
echo "bonus.fulcrum.sh getinfo -> FulcrumAdmin getinfo output"
|
echo "bonus.fulcrum.sh getinfo -> FulcrumAdmin getinfo output"
|
||||||
echo "bonus.fulcrum.sh status -> don't call in loops"
|
echo "bonus.fulcrum.sh status -> don't call in loops"
|
||||||
echo "bonus.fulcrum.sh status-sync"
|
echo "bonus.fulcrum.sh status-sync"
|
||||||
|
echo "bonus.fulcrum.sh menu -> interactive SSH menu"
|
||||||
echo "installs the version $fulcrumVersion"
|
echo "installs the version $fulcrumVersion"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@@ -186,9 +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 main menu."
|
echo "Press Q to get back to the Fulcrum menu."
|
||||||
read -r
|
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${initialSynced} -eq 0 ]; then
|
if [ ${initialSynced} -eq 0 ]; then
|
||||||
@@ -199,7 +198,6 @@ This can take multiple days.
|
|||||||
Monitor the progress with the command:
|
Monitor the progress with the command:
|
||||||
'sudo journalctl -fu fulcrum'
|
'sudo journalctl -fu fulcrum'
|
||||||
" 11 48
|
" 11 48
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${nginxTest} -eq 0 ]; then
|
if [ ${nginxTest} -eq 0 ]; then
|
||||||
@@ -214,9 +212,8 @@ Check 'sudo nginx -t' for a detailed error message.
|
|||||||
sudo systemctl restart nginx
|
sudo systemctl restart nginx
|
||||||
fi
|
fi
|
||||||
/home/admin/config.scripts/blitz.web.sh
|
/home/admin/config.scripts/blitz.web.sh
|
||||||
echo "Press ENTER to get back to main menu."
|
echo "Press ENTER to get back to the Fulcrum menu."
|
||||||
read -r
|
read -r
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OPTIONS=(
|
OPTIONS=(
|
||||||
|
|||||||
Reference in New Issue
Block a user