Added Lighttpd restart command.

pull/203/head
Joe Prochazka 2016-05-13 17:02:21 -04:00
rodzic fd67de11ae
commit 1e311572f5
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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