mirror of
https://github.com/YunoHost-Apps/petrolette_ynh.git
synced 2024-09-03 19:56:26 +02:00
add domain parameter for remove script
This commit is contained in:
parent
59efec188a
commit
55a05aa5cc
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"fr": "La page d'actu qui ne sait rien de toi"
|
||||
},
|
||||
"url": "https://framagit.org/yphil/petrolette",
|
||||
"version": "1.2.5~ynh2",
|
||||
"version": "1.2.5~ynh3",
|
||||
"license": "GPL-3.0-only",
|
||||
"maintainer": [{
|
||||
"name": "oiseauroch.",
|
||||
|
|
|
@ -17,6 +17,7 @@ ynh_script_progression --message="Loading installation settings..."
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
|
||||
#=================================================
|
||||
# STANDARD REMOVE
|
||||
|
|
Loading…
Reference in a new issue