mirror of
https://github.com/YunoHost-Apps/pico_ynh.git
synced 2024-09-03 19:56:41 +02:00
fix
This commit is contained in:
parent
ee4509580b
commit
bcdbbd40c7
3 changed files with 0 additions and 3 deletions
|
@ -33,7 +33,6 @@ ynh_setup_source --dest_dir="$install_dir"
|
||||||
#cp -r ../sources/plugins $install_dir
|
#cp -r ../sources/plugins $install_dir
|
||||||
#cp -r ../sources/themes $install_dir
|
#cp -r ../sources/themes $install_dir
|
||||||
|
|
||||||
chmod 750 "$install_dir"
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
|
||||||
|
|
||||||
ynh_restore_file --origin_path="$install_dir"
|
ynh_restore_file --origin_path="$install_dir"
|
||||||
|
|
||||||
chmod 750 "$install_dir"
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,6 @@ then
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep="config/config.yml"
|
ynh_setup_source --dest_dir="$install_dir" --keep="config/config.yml"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod 750 "$install_dir"
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue