diff --git a/scripts/install b/scripts/install index 138fab1..b48d54d 100644 --- a/scripts/install +++ b/scripts/install @@ -37,7 +37,7 @@ sudo cp ../sources/index.html $final_path/ # Set permissions sudo chmod 775 -R $final_path -sudo chown -hR www-data:www-data $final_path +sudo chown -hR www-data:www-data /var/www/webapp\_multi # Modify Nginx configuration file and copy it to Nginx conf directory sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf