Skip to content

Commit

Permalink
Remove fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Oct 18, 2016
1 parent d81fcdd commit 18f172c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions files/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# * Set up script
# * Start services
# * Download latest backups
# * Fix permissions
# * Execute command

# Set up script
Expand All @@ -26,9 +25,5 @@ service postfix start
rsync -a svenv.nl@recovery.svenv.nl:~/recovery/ /


# Fix permissions
chown app:app -R /srv/


# Execute command
exec "$@"

0 comments on commit 18f172c

Please sign in to comment.