From b2484c3994cada9b6a005d6996d4780f103773eb Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Fri, 29 Mar 2024 19:25:36 +0100 Subject: [PATCH] Do not exit with non-zero if target is active deployment --- arkdep | 1 - 1 file changed, 1 deletion(-) diff --git a/arkdep b/arkdep index a000561..f99feb0 100755 --- a/arkdep +++ b/arkdep @@ -459,7 +459,6 @@ remove_deployment () { # Ensure deployment is not currently active if grep -q "$arkdep_dir/deployments/$target/rootfs" /proc/cmdline; then printf 'Target is currently active deployment\n' - exit 1 fi # Remove bootloader entry