]> git.zue.dev - git.zue.dev/commitdiff
sh -> bash
authorAlex Pooley (@zuedev) <zuedev@gmail.com>
Mon, 23 Mar 2026 10:48:40 +0000 (10:48 +0000)
committerAlex Pooley (@zuedev) <zuedev@gmail.com>
Mon, 23 Mar 2026 10:49:58 +0000 (10:49 +0000)
cron/README.md
cron/minutely.bash [moved from cron/minutely.sh with 99% similarity]

index 22556cb1e4018a3961f479b0d4e5276628d98c67..54bba77e1767d0c670e29269ea391bfecd76288b 100644 (file)
@@ -3,5 +3,5 @@
 The following Cron jobs are used to maintain the service:
 
 ```
-* * * * * cd /home/git/git.zue.dev && git cat-file -p @:cron/minutely.sh | sh
+* * * * * cd /home/git/git.zue.dev && git cat-file -p @:cron/minutely.bash | bash
 ```
similarity index 99%
rename from cron/minutely.sh
rename to cron/minutely.bash
index ec67f72052b397c79e3759a10e6fd420dfc0898e..b8514336e65f8bdc06cf880fcbe0d16ee6f1e186 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 GIT_ZUE_DEV="/home/git/git.zue.dev/"
 DOCKER_COMPOSE_DIRECTORY="/root/"
This page took 0.051108 seconds and 4 git commands to generate.