mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
sync restart
This commit is contained in:
parent
41d0f538bd
commit
08de483aca
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@ elif [ "${CHOICE}" = "COPY" ]; then
|
|||
elif [ "${CHOICE}" = "RESYNC" ]; then
|
||||
echo "Starting RESYNC ..."
|
||||
/home/admin/50syncHDD.sh
|
||||
/home/admin/00raspiblitz.sh
|
||||
dialog --pause "OK. System will reboot to activate changes." 8 58 8
|
||||
clear
|
||||
echo "rebooting .. (please wait)"
|
||||
sudo shutdown -r now
|
||||
|
||||
elif [ "${CHOICE}" = "REINDEX" ]; then
|
||||
echo "Starting REINDEX ..."
|
||||
|
|
Loading…
Add table
Reference in a new issue