From 8ae3b3514e85e544ffa8283e05ea9efc333f3e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 10 Feb 2024 00:17:33 +0100 Subject: b --- root/posodobi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root/posodobi.sh') diff --git a/root/posodobi.sh b/root/posodobi.sh index fd52007..a48a7d4 100755 --- a/root/posodobi.sh +++ b/root/posodobi.sh @@ -1,7 +1,7 @@ #!/bin/bash if grep "cron" <<<"$@" > /dev/null then - [ `ps aux | grep posod[o]bi | wc -l` -gt 1 ] && { echo posodobi.sh že teče. takole:; ps aux | grep posod[o]bi; exit 0; } + # [ `ps aux | grep posod[o]bi | wc -l` -gt 1 ] && { echo posodobi.sh že teče. takole:; ps aux | grep posod[o]bi; exit 0; } i=`sed s,^./,,g <<<$0` t=`mktemp -p "" $i.XXX.html` status=$? -- cgit v1.2.3