Skip to content
Snippets Groups Projects
Verified Commit ecc2fa72 authored by David Beniamine's avatar David Beniamine
Browse files

Fix permissions in background to speedup container startup

parent 987745fa
Branches
Tags RC-Rekall-v1.1-fix-3
No related merge requests found
...@@ -32,9 +32,9 @@ fi ...@@ -32,9 +32,9 @@ fi
# Fix permissions # Fix permissions
for d in var vendor assets public node_modules legacy log src; do for d in var vendor assets public node_modules legacy log src; do
chown -R :www-data $base_dir/web_dev/$d chown -R :www-data $base_dir/web_dev/$d &
chmod -R g+w $base_dir/web_dev/$d chmod -R g+w $base_dir/web_dev/$d &
done done
chown -R 999:999 $base_dir/web_dev/mysql chown -R 999:999 $base_dir/web_dev/mysql &
apache2ctl -DFOREGROUND apache2ctl -DFOREGROUND
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment