5 lines
76 B
Text
5 lines
76 B
Text
|
#!/bin/bash
|
||
|
set -euxo pipefail
|
||
|
pushd /mnt/data/caddy/static/doses/
|
||
|
git pull
|