1
0
Fork 0
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:
ericgaspar 2021-04-20 19:18:19 +02:00
parent c2c2d179a7
commit a4b70f924b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -138,8 +138,7 @@ ynh_permission_update --permission="main" --remove="visitors"
#=================================================
# Set permissions to app files
chown -R $app:root $final_path
chmod -R o-rwx $final_path
chown -R $app:$app $final_path
chown -R www-data:www-data $final_path/writable
chown -R www-data:www-data $final_path/public/media
chmod 600 $final_path/.env