We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9073b67 commit 57d81f9Copy full SHA for 57d81f9
1 file changed
scripts/deploy-cron.sh
@@ -3,6 +3,5 @@
3
# Scripts adapted from https://www.youtube.com/watch?v=jFrGhodqC08 by Tom Delande
4
# Licensed under https://creativecommons.org/licenses/by/4.0/
5
6
-LOCK_FILE="$(pwd)/build.lock"
7
cd /home/matthew/democrasite
8
-flock -n $LOCK_FILE scripts/deploy.sh >> build.log 2>&1
+flock -n "~/build.lock" scripts/deploy.sh >> ~/build.log 2>&1
0 commit comments