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-03 10:26:28 +02:00
parent e3361f6601
commit 299d201947
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -111,15 +111,15 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
# SECURE FILES AND DIRECTORIES
#=================================================
# # Set permissions to app files
# chown -R $app:$app $final_path
# #chmod o-rwx $final_path
# chmod 600 $final_path/.env
# Set permissions to app files
chown -R $app:$app $final_path
#chmod o-rwx $final_path
chmod 600 $final_path/.env
chown -R root:root $final_path
chmod o-rwx $final_path
chown -R www-data:www-data $final_path/writable
chown -R www-data:www-data $final_path/public/media
# chown -R root:root $final_path
# chmod o-rwx $final_path
# chown -R www-data:www-data $final_path/writable
# chown -R www-data:www-data $final_path/public/media
#=================================================
# SETUP SSOWAT