From abc9e1d3865adae531706882a384e22247be6521 Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Wed, 16 Nov 2022 16:05:07 +0100 Subject: [PATCH] added sudo --- private/apache/restart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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