diff --git a/scripts/restore b/scripts/restore index 5ac7fdd..cc35ab0 100755 --- a/scripts/restore +++ b/scripts/restore @@ -91,6 +91,7 @@ pushd $final_path venv/bin/pip install gunicorn mkdir -p /var/log/$app chown -R $app:www-data /var/log/$app + chmod o-rwx /var/log/$app popd #=================================================