1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pico_ynh.git synced 2024-09-03 19:56:41 +02:00
This commit is contained in:
Éric Gaspar 2023-03-31 13:24:32 +02:00
parent ee4509580b
commit bcdbbd40c7
3 changed files with 0 additions and 3 deletions

View file

@ -33,7 +33,6 @@ ynh_setup_source --dest_dir="$install_dir"
#cp -r ../sources/plugins $install_dir
#cp -r ../sources/themes $install_dir
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"

View file

@ -26,7 +26,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"

View file

@ -28,7 +28,6 @@ then
ynh_setup_source --dest_dir="$install_dir" --keep="config/config.yml"
fi
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"