From 95079c488af4172b0434b526d4de7d16bdd3cef7 Mon Sep 17 00:00:00 2001 From: Michael Huhn <59646765+MichaelOv@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:57:02 +0200 Subject: [PATCH] Update idoit-install fixes --- idoit-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idoit-install b/idoit-install index 47f09b2..ba3152b 100644 --- a/idoit-install +++ b/idoit-install @@ -1355,7 +1355,7 @@ EOF "$a2_en_mod" setenvif || abort "Unable to enable Apache module setenvif" log "Let every user read the logs" chmod 755 /var/log/apache2 || abort "Unable to change permissions" - chmod 664 /var/log/apache2/ || abort "Unable to change permissions" + chmod 664 /var/log/apache2/* || abort "Unable to change permissions" unitctl "restart" "$APACHE_UNIT" ;; *) @@ -1513,6 +1513,7 @@ EOF chmod 664 /var/log/mysql/ fi +unitctl "start" "$MARIADB_UNIT" }