diff options
| author | doc <doc@filenotfound.org> | 2025-10-01 20:35:47 +0000 |
|---|---|---|
| committer | doc <doc@filenotfound.org> | 2025-10-01 20:35:47 +0000 |
| commit | 772152a5810aa8c4e03cf167381aadc4ec00499f (patch) | |
| tree | ba9418142f88622da878d9a3483c5da2da3e5c83 /mirror-hbsd.sh | |
| parent | 13eb2d51c7284472efabc278bf9b7ec0b8575e47 (diff) | |
Diffstat (limited to 'mirror-hbsd.sh')
| -rwxr-xr-x | mirror-hbsd.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mirror-hbsd.sh b/mirror-hbsd.sh new file mode 100755 index 0000000..f983790 --- /dev/null +++ b/mirror-hbsd.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# /usr/local/sbin/mirror-gentoo.sh + +LOG="/var/log/mirrors/hbsd-mirror-sync.log" +DEST="/mnt/brimstone/mirror/hardenedbsd" + +EC=$? +echo "EXITCODE:$EC" >>"$LOG" +exit $EC |
