1
0
Fork 0
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:
Limezy 2021-11-06 00:59:26 +07:00
parent de6d845c27
commit bd852c0c5b

View file

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