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