From 706fa4ccfeacc6a689b3d84e1ed192a46123d5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:57:31 +0100 Subject: [PATCH] Update install --- scripts/install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index b281f5b..86cef37 100755 --- a/scripts/install +++ b/scripts/install @@ -30,10 +30,7 @@ ynh_app_setting_set --app=$app --key=fpm_usage --value=$fpm_usage #================================================= ynh_script_progression --message="Setting up source files..." --weight=3 -#ynh_setup_source --dest_dir="$install_dir" - -mkdir -p $install_dir -mv "../sources/ifm.php" "$install_dir/ifm.php" +ynh_setup_source --dest_dir="$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"