From 04501ea92a39fe0037fc48718a057d2e1d9f4c31 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 31 Jan 2009 17:54:45 +0000 Subject: [PATCH] first checkin test --- ppss.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ppss.sh b/ppss.sh index b65f027..f166752 100755 --- a/ppss.sh +++ b/ppss.sh @@ -38,8 +38,8 @@ trap 'kill_process; ' INT # Setting some vars. Do not change. -SCRIPT_NAME="Parallel Processing Shell Script" -SCRIPT_VERSION="1.10" +SCRIPT_NAME="Distributed Parallel Processing Shell Script" +SCRIPT_VERSION="1.90" RUNNING_SIGNAL="$0_is_running" # Prevents running mutiple instances of PPSS.. GLOBAL_LOCK="PPSS-GLOBAL-LOCK" # Global lock file used by local PPSS instance.