Skip to content

Commit 95079c4

Browse files
authored
Update idoit-install
fixes
1 parent 6b5f573 commit 95079c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

idoit-install

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ EOF
13551355
"$a2_en_mod" setenvif || abort "Unable to enable Apache module setenvif"
13561356
log "Let every user read the logs"
13571357
chmod 755 /var/log/apache2 || abort "Unable to change permissions"
1358-
chmod 664 /var/log/apache2/ || abort "Unable to change permissions"
1358+
chmod 664 /var/log/apache2/* || abort "Unable to change permissions"
13591359
unitctl "restart" "$APACHE_UNIT"
13601360
;;
13611361
*)
@@ -1513,6 +1513,7 @@ EOF
15131513
chmod 664 /var/log/mysql/
15141514
fi
15151515

1516+
unitctl "start" "$MARIADB_UNIT"
15161517

15171518
}
15181519

0 commit comments

Comments
 (0)