Skip to content
Snippets Groups Projects
Commit 4f737980 authored by Bob Mottram's avatar Bob Mottram
Browse files

zap path

parent 3002ec50
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ function upgrade_zap {
if [[ "$CURR_ZAP_COMMIT" == "$ZAP_COMMIT" ]]; then
chown -R www-data:www-data "$ZAP_PATH/doc"
chown -R www-data:www-data "$ZAP_PATH/store"
chmod -R 755 "$zap_dir/store"
chmod -R 755 "$ZAP_PATH/store"
chmod 1755 "$ZAP_PATH/store/[data]/smarty3"
chmod 1755 "$ZAP_PATH/view/tpl"
chmod 1755 "$ZAP_PATH/view/tpl/smarty3"
......@@ -140,7 +140,7 @@ function upgrade_zap {
chown -R www-data:www-data "$ZAP_PATH/doc"
chown -R www-data:www-data "$ZAP_PATH/store"
chmod -R 755 "$zap_dir/store"
chmod -R 755 "$ZAP_PATH/store"
chmod 1755 "$ZAP_PATH/store/[data]/smarty3"
chmod 1755 "$ZAP_PATH/view/tpl"
chmod 1755 "$ZAP_PATH/view/tpl/smarty3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment