1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Update remove

This commit is contained in:
Limezy 2021-12-16 11:11:23 +07:00
parent d0f1db7849
commit 0b8d258de5

View file

@ -94,7 +94,7 @@ ynh_secure_remove --file="$final_path"
#=================================================
ynh_script_progression --message="Removing Outline MinIO bucket..." --time --weight=1
if [ $minio_domain != "sub.domain.tld" ]; then
if [ "$minio_domain" != "sub.domain.tld" ]; then
pushd "$mc_path"
ynh_exec_warn_less sudo -u minio ./mc rb minio/outlinestorage --force
popd