diff --git a/bash/portal/install.sh b/bash/portal/install.sh index 2d645f9..528a5b6 100755 --- a/bash/portal/install.sh +++ b/bash/portal/install.sh @@ -203,6 +203,11 @@ if [[ $ADVANCED =~ ^[yY]$ ]]; then fi fi +# Restart Lighttpd after installing the prerequisite packages. +echo -e "\033[33m" +echo -e "Restarting lighttpd...\033[37m" +sudo /etc/init.d/lighttpd restart + if [[ $INSTALLED == "n" ]]; then ## CREATE THE DATABASE IF ADVANCED FEATURES WAS SELECTED