commit 68e3634600c8f47b0ddec3c1b87e0330d8d3b8e7 parent f534bbc4b3ab8c613a3dc41bfe2fc09c65b2a9a0 Author: pyratebeard <root@pyratebeard.net> Date: Thu, 14 Jan 2021 10:07:05 +0000 need correct path Diffstat:
M | pyratelog.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyratelog.sh b/pyratelog.sh @@ -30,5 +30,5 @@ function initialise() { while : ; do #[ -f /blog/content/*.md ] && initialise || sleep 30 - ls ./content/*.md >/dev/null 2>&1 && initialise || sleep 30 + ls /blog/content/*.md >/dev/null 2>&1 && initialise || sleep 30 done