From a5accd49368ef27a91d0b92c60dcb2e8b161027a Mon Sep 17 00:00:00 2001 From: iSplasher Date: Wed, 11 Oct 2023 14:30:13 +0200 Subject: [PATCH] fix; --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 56af9c9..2c031e9 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -nohup pinger /dev/null 2>&1 & +setsid nohup pinger &> /dev/null & sleep 3 # need to wait for pinger to start