aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMaZderMind2016-11-24 21:21:25 +0100
committerMaZderMind2016-11-24 21:21:25 +0100
commite42d12951e0e70c13fd72e82b880a867a6e0b90e (patch)
tree9e2f171a76a9876fb45dedad1cffedb91312e141 /deploy.sh
parent816d6b118b0c2e77268dd5c12be59301d72d9548 (diff)
fix doenload.sh permissions during deployment
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 746215d..d1738ed 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -26,5 +26,7 @@ git fetch origin
git reset --hard origin/master
chown -R voc:staff .
chown -R downloader configs
+chmod +x configs/download.sh
+chmod +x configs/conferences/*/download.sh
./clear_cache
EOT