summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deploy4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/deploy b/scripts/deploy
index e6746d8..3a98290 100755
--- a/scripts/deploy
+++ b/scripts/deploy
@@ -31,8 +31,8 @@ mv app ${SITE_DIR}/app
echo "==> Setting permissions..."
chown -R www-data:www-data ${SITE_DIR}
-find ${SITE_DIR} -type d -exec chmod 755 {} \;
-find ${SITE_DIR} -type f -exec chmod 644 {} \;
+find ${SITE_DIR} -type d -exec chmod 755 {} +
+find ${SITE_DIR} -type f -exec chmod 644 {} +
chmod +x ${SITE_DIR}/app
chmod 600 ${SITE_DIR}/.env 2>/dev/null || true