summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-04-15 05:37:14 -0400
committerMicah Anderson <micah@riseup.net>2015-04-15 05:37:14 -0400
commitbd8c8c2e3f71803dee3cb2675dba21186161c4b7 (patch)
tree90e7c450061936f2cc71b8eb3691ada046fc17ac
parent995be44621223498a4ef44a40f0e18202448c76a (diff)
lock file should be in /var/run
-rwxr-xr-xleap-platform-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/leap-platform-test b/leap-platform-test
index 994ec57..8848752 100755
--- a/leap-platform-test
+++ b/leap-platform-test
@@ -515,7 +515,7 @@ date=$( date +"%F-%H%M%S" )
TEST_LOG1="$LOGDIR/test.log"
TEST_LOG2="$LOGDIR/test-$date.log"
-LOCKFILE=/var/log/leap_ci_deploy_lock
+LOCKFILE=/var/run/leap_ci_deploy_lock
[ -e "$PROVIDERDIR" ] && cd "$PROVIDERDIR"