diff --git a/scripts/remove b/scripts/remove index 377b937..7ceb35b 100755 --- a/scripts/remove +++ b/scripts/remove @@ -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