mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Update remove
This commit is contained in:
parent
de6d845c27
commit
bd852c0c5b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain)
|
|||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
console_port=$(ynh_app_setting_get --app=$app --key=console_port)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
datadir==$(ynh_app_setting_get --app=$app --key=datadir)
|
||||
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
|
||||
|
||||
#=================================================
|
||||
# STANDARD REMOVE
|
||||
|
|
Loading…
Add table
Reference in a new issue