Revision 1e12be41
Added by Andreas Kohlbecker almost 2 years ago
scripts/admin/fix-permissions.sh | ||
---|---|---|
52 | 52 |
if [[ "$web_user" ]]; then |
53 | 53 |
echo "Permissions for the web-user $admin_user ..." |
54 | 54 |
chown -R $web_user:$web_user ./web |
55 |
chown -R $web_user ./modules ./themes |
|
55 |
chown -R :$web_user ./modules ./themes
|
|
56 | 56 |
fi |
57 | 57 |
|
58 | 58 |
echo "DONE" |
Also available in: Unified diff
fix-permission.sh and updating README