We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5f573 commit 95079c4Copy full SHA for 95079c4
idoit-install
@@ -1355,7 +1355,7 @@ EOF
1355
"$a2_en_mod" setenvif || abort "Unable to enable Apache module setenvif"
1356
log "Let every user read the logs"
1357
chmod 755 /var/log/apache2 || abort "Unable to change permissions"
1358
- chmod 664 /var/log/apache2/ || abort "Unable to change permissions"
+ chmod 664 /var/log/apache2/* || abort "Unable to change permissions"
1359
unitctl "restart" "$APACHE_UNIT"
1360
;;
1361
*)
@@ -1513,6 +1513,7 @@ EOF
1513
chmod 664 /var/log/mysql/
1514
fi
1515
1516
+unitctl "start" "$MARIADB_UNIT"
1517
1518
}
1519
0 commit comments