4 lines
76 B
Bash
Executable file
4 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
set -euxo pipefail
|
|
pushd /mnt/data/caddy/static/doses/
|
|
git pull
|