Skip to content
Snippets Groups Projects
Verified Commit 05732a1c authored by David Hoese's avatar David Hoese
Browse files

Fix lock file location on level b1 bash script

parent dce7f501
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ DATE=$1 ...@@ -12,7 +12,7 @@ DATE=$1
if [ -z "$DATE" ]; then if [ -z "$DATE" ]; then
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
fi fi
LOCK="${ENV}/locks/${SCRIPT_NAME}.lock" LOCK="${LOCKDIR}/${SCRIPT_NAME}.lock"
logfile="${LOGDIR}/${SCRIPT_NAME}.log" logfile="${LOGDIR}/${SCRIPT_NAME}.log"
if [ ! -d $LOGDIR ]; then if [ ! -d $LOGDIR ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment