diff --git a/private/apache/restart.sh b/private/apache/restart.sh index c18d25a..307b0c4 100755 --- a/private/apache/restart.sh +++ b/private/apache/restart.sh @@ -1,2 +1,2 @@ #!/usr/bin/bash -service apache2 restart \ No newline at end of file +sudo service apache2 restart