Add Lighttpd restart command.

pull/212/head
Joe Prochazka 2016-05-12 18:34:37 -04:00
rodzic c3974b9660
commit d92b00b738
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -184,6 +184,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
## CREATE THE DATABASE IF ADVANCED FEATURES WAS SELECTED
if [[ $ADVANCED =~ ^[yY]$ ]]; then