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
e3361f6601
commit
299d201947
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue