neb/tools/server-setup.d/10-clone-ixvd-secrets.sh
2023-10-22 17:45:21 +02:00

6 lines
No EOL
148 B
Bash
Executable file

#!/bin/sh
if ! [ -d "/etc/ixvd/secrets" ]; then
echo "setting up ixvd/secrets"
git clone git@git.ixvd.net:ixvd/secrets /etc/ixvd/secrets
fi