Skip to content

Commit

Permalink
Remove outdated controller command
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerselmann committed Sep 20, 2023
1 parent c75a439 commit 5083620
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions idoit-install
Original file line number Diff line number Diff line change
Expand Up @@ -1800,8 +1800,6 @@ EOF
chown "$APACHE_USER":"$APACHE_GROUP" -R . || abort "Unable to change ownership"
find . -type d -name \* -exec chmod 775 {} \; || abort "Unable to change directory permissions"
find . -type f -exec chmod 664 {} \; || abort "Unable to change file permissions"
chmod 774 controller ./*.sh setup/*.sh || \
abort "Unable to change executable permissions"
}

function updateApacheConfig {
Expand Down

0 comments on commit 5083620

Please sign in to comment.