1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/epicyon_ynh.git synced 2024-09-03 18:36:08 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-14 19:14:11 +02:00
parent 5cbb515a05
commit e04fd56d07

View file

@ -95,13 +95,10 @@ mkdir $public_path
mkdir -p $final_path/accounts/newsmirror
ln -s $final_path/accounts/newsmirror $public_path/newsmirror
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chmod 750 $public_path
chmod -R o-rwx $public_path
chown -R $app:www-data $public_path
#=================================================