diff --git a/bin/server.sh b/bin/server.sh index 9d35a63..eab73ba 100755 --- a/bin/server.sh +++ b/bin/server.sh @@ -7,11 +7,9 @@ if [ "$1" == "start" ]; then sudo systemctl start httpd.service sudo systemctl start mariadb.service - sudo systemctl start php7.0-fpm.service elif [ "$1" == "stop" ]; then sudo systemctl stop httpd.service sudo systemctl stop mariadb.service - sudo systemctl stop php7.0-fpm.service else echo "'$1' is an unknown option" exit 0