neb/tools/server-setup.d/10-clone-ixvd-secrets.sh

6 lines
148 B
Bash
Raw Permalink Normal View History

2023-10-20 00:10:39 +02:00
#!/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