From 4ecf70db061b1793e915a5faf271f0826923231d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 6 Mar 2022 15:23:30 +0100 Subject: [PATCH] fix missinf fi --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0a4b037..987dc3b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -113,5 +113,6 @@ ynh_remove_apps() { # Remove $oneapp ynh_print_info --message="Removing of $oneapp" yunohost app remove $oneapp --purge + fi done }