From ec03171e74accf4833dffc18e95b8c55b67bf509 Mon Sep 17 00:00:00 2001 From: Joe Haig Date: Sun, 23 Oct 2016 17:37:29 +0100 Subject: [PATCH] Reboot at end of installation --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 6dbd284a..19bdd51e 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -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() {