diff --git a/scripts/install b/scripts/install index 1675a31..003e705 100755 --- a/scripts/install +++ b/scripts/install @@ -60,10 +60,6 @@ mkdir -p "$install_dir/cache/smarty3" chmod -R o-rwx "$install_dir" chmod -R 775 $install_dir/store $install_dir/cache -# Remember we use git clone to fetch code -ynh_app_setting_set --app=$app --key=git_clone --value=1 -ynh_script_progression --message="We set git_clone value to $git_clone" - #================================================= # PHP-FPM CONFIGURATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index aef2bb7..d28b311 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -83,9 +83,6 @@ then chmod -R o-rwx "$install_dir" chmod -R 775 $install_dir/store $install_dir/cache - - # We add a little something to remember we now use git clone to fetch the app code - ynh_app_setting_set --app=$app --key=git_clone --value=1 fi mkdir -p "$install_dir/store"