1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Fix owner in restoration

This commit is contained in:
Josué Tille 2018-12-21 18:25:59 +01:00
parent 14fea28970
commit acc0c55766

View file

@ -50,7 +50,7 @@ sudo cp -a ./sources $final_path
useradd $app -d $final_path || echo "User already exists"
# Set permissions
sudo chown -R www-data:www-data $final_path
sudo chown -R $app:www-data $final_path
# Restore conf files
sudo cp -a ./nginx.conf $conf