mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
Reboot at end of installation
This commit is contained in:
parent
294ed85707
commit
ec03171e74
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ function install_complete() {
|
|||
echo "Installation aborted."
|
||||
exit 0
|
||||
fi
|
||||
sudo shutdown -h now || install_error "Unable to execute shutdown"
|
||||
sudo shutdown -r now || install_error "Unable to execute shutdown"
|
||||
}
|
||||
|
||||
function install_raspap() {
|
||||
|
|
Loading…
Reference in a new issue