mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
Update install
This commit is contained in:
parent
c2c2d179a7
commit
a4b70f924b
1 changed files with 1 additions and 2 deletions
|
@ -138,8 +138,7 @@ ynh_permission_update --permission="main" --remove="visitors"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R $app:root $final_path
|
chown -R $app:$app $final_path
|
||||||
chmod -R o-rwx $final_path
|
|
||||||
chown -R www-data:www-data $final_path/writable
|
chown -R www-data:www-data $final_path/writable
|
||||||
chown -R www-data:www-data $final_path/public/media
|
chown -R www-data:www-data $final_path/public/media
|
||||||
chmod 600 $final_path/.env
|
chmod 600 $final_path/.env
|
||||||
|
|
Loading…
Add table
Reference in a new issue