From 8aecbfcc78ecca7be39c117f7c52f885dabf9919 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 26 Jan 2021 22:21:26 +0100 Subject: [PATCH] remove path url --- scripts/Find Results | 3 --- scripts/install | 2 -- scripts/restore | 1 - scripts/upgrade | 1 - 4 files changed, 7 deletions(-) delete mode 100644 scripts/Find Results diff --git a/scripts/Find Results b/scripts/Find Results deleted file mode 100644 index 1a87ddb..0000000 --- a/scripts/Find Results +++ /dev/null @@ -1,3 +0,0 @@ -Searching 17 files for "path_url" (regex, case sensitive) - -0 matches \ No newline at end of file diff --git a/scripts/install b/scripts/install index 73970c5..00b1e84 100644 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,6 @@ ynh_abort_if_errors # Retrieve arguments domain=$YNH_APP_ARG_DOMAIN -path_url="/" architecture=$(ynh_detect_arch) app=$YNH_APP_INSTANCE_NAME @@ -39,7 +38,6 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde ynh_script_progression --message="Storing installation settings..." --weight=1 ynh_app_setting_set --app=$app --key=domain --value=$domain -ynh_app_setting_set --app=$app --key=path --value=$path_url #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE diff --git a/scripts/restore b/scripts/restore index 3ace48b..1416802 100644 --- a/scripts/restore +++ b/scripts/restore @@ -23,7 +23,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1 app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) -path_url=$(ynh_app_setting_get --app=$app --key=path) final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 4a2b87b..8d18854 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -17,7 +17,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1 app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) -path_url=$(ynh_app_setting_get --app=$app --key=path) final_path=$(ynh_app_setting_get --app=$app --key=final_path) architecture=$(ynh_detect_arch)