1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00

Update in chown

This commit is contained in:
polytan02 2015-04-11 16:34:52 +01:00
parent 708c94d90c
commit 0627952c9d

View file

@ -37,7 +37,7 @@ sudo cp ../sources/index.html $final_path/
# Set permissions # Set permissions
sudo chmod 775 -R $final_path 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 # Modify Nginx configuration file and copy it to Nginx conf directory
sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf