From 1ae4fc72f413515df0768b21adda40db6c52f334 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 10 Jan 2009 12:47:09 +0000 Subject: [PATCH] Fixed errors when no log file is specified --- ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppss.sh b/ppss.sh index ddb32aa..a28d1ab 100755 --- a/ppss.sh +++ b/ppss.sh @@ -39,7 +39,7 @@ trap 'kill_process; ' INT # Setting some vars. Do not change. SCRIPT_NAME="Parallel Processing Shell Script" -SCRIPT_VERSION="1.05" +SCRIPT_VERSION="1.04" RUNNING_SIGNAL="$0_is_running" GLOBAL_LOCK="PPSS-$RANDOM-$RANDOM"