1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00

remove path url

This commit is contained in:
ericgaspar 2021-01-26 22:21:26 +01:00
parent 576f133657
commit 8aecbfcc78
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 0 additions and 7 deletions

View file

@ -1,3 +0,0 @@
Searching 17 files for "path_url" (regex, case sensitive)
0 matches

View file

@ -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

View file

@ -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)
#=================================================

View file

@ -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)