aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMaZderMind2016-10-01 18:09:21 +0200
committerMaZderMind2016-10-01 18:09:21 +0200
commite3df04ec3ce98de45893f41f7ece866d4f61e518 (patch)
tree3f0ffbe0b6bd9817a7f71f022c06620064eb90df /deploy.sh
parent8cb93deb9235dab74255263ed04e2260c7eca3b8 (diff)
fix permissions on configs-forlder for upcoming.json
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index df36dbf..3079a3c 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -4,5 +4,5 @@ cd /srv/nginx/streaming-website
git fetch origin
git reset --hard origin/master
chown -R voc:staff .
-chown -R downloader configs/conferences
+chown -R downloader configs
EOT