From 08c3ccc50519ae1b2625cb2428561e982873dd59 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 3 May 2023 06:20:07 +0200 Subject: [PATCH] Ignore pkill exitcode --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index 20f73d6..31a9218 100644 --- a/run/install.sh +++ b/run/install.sh @@ -5,7 +5,7 @@ set -eu HTML="Please wait while Virtual DSM is installing..." -pkill -f server.sh +pkill -f server.sh || true /run/server.sh 80 "${HTML}" > /dev/null & /run/server.sh 5000 "${HTML}" > /dev/null &