From d9a14f27cf3243db71a66cc0fdd706d310ffe9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuz=20Yar=C4=B1mtepe?= Date: Wed, 21 Jan 2009 20:18:40 +0000 Subject: [PATCH] Changed the names of the lock files defined at the sync file --- sync-lkd | 2 +- sync-topluluk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sync-lkd b/sync-lkd index 153a4ac..6dde95b 100755 --- a/sync-lkd +++ b/sync-lkd @@ -8,7 +8,7 @@ PLANET_DIR="${HOME}/public_html/gezegen" LOG_DIR="$PLANET_DIR/logs" LOG_FILE="planet-$(date +"%d.%m.%Y")-LKD.log" -LOCK_FILE="planet-sync.lck" +LOCK_FILE="planet-sync-lkd.lck" VERBOSE=0 usage() { diff --git a/sync-topluluk b/sync-topluluk index 635fe71..210b8d1 100755 --- a/sync-topluluk +++ b/sync-topluluk @@ -8,7 +8,7 @@ PLANET_DIR="${HOME}/public_html/gezegen" LOG_DIR="$PLANET_DIR/logs" LOG_FILE="planet-$(date +"%d.%m.%Y")-TOPLULUK.log" -LOCK_FILE="planet-sync.lck" +LOCK_FILE="planet-sync-topluluk.lck" VERBOSE=0 usage() {