Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Oct 29, 2024
1 parent 615ae11 commit 8cd15c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ salt-call --local state.apply

echo_status "Changing permissions"
chown -R www: /usr/lib/tethys
chmod -R www: /var/lib/tethys_persist
chmod -R www: /var/logs/tethys
chown -R www: /var/lib/tethys_persist
chown -R www: /var/logs/tethys

echo_status "Starting supervisor"

Expand Down

0 comments on commit 8cd15c4

Please sign in to comment.