Skip to content

Commit

Permalink
Update idoit-install
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
MichaelOv authored Aug 13, 2024
1 parent 6b5f573 commit 95079c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion idoit-install
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
*)
Expand Down Expand Up @@ -1513,6 +1513,7 @@ EOF
chmod 664 /var/log/mysql/
fi

unitctl "start" "$MARIADB_UNIT"

}

Expand Down

0 comments on commit 95079c4

Please sign in to comment.