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:
parent
708c94d90c
commit
0627952c9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue