mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Reboot at end of installation
This commit is contained in:
parent
294ed85707
commit
ec03171e74
@ -152,7 +152,7 @@ function install_complete() {
|
|||||||
echo "Installation aborted."
|
echo "Installation aborted."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
sudo shutdown -h now || install_error "Unable to execute shutdown"
|
sudo shutdown -r now || install_error "Unable to execute shutdown"
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_raspap() {
|
function install_raspap() {
|
||||||
|
Loading…
Reference in New Issue
Block a user