Skip to content

Commit dea225b

Browse files
committed
cron script fix
1 parent 3fb5add commit dea225b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cron.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
cd $(dirname $0)
23
if [ -f .lock ]
34
then
45
echo "Lock file in place, refusing to do anything"

0 commit comments

Comments
 (0)