Commit 6c1561f4 authored by David Kerr's avatar David Kerr
Browse files

Grasping at straws now !!

parent 9ab6353d
...@@ -37,6 +37,7 @@ sshdeploy_deploy() { ...@@ -37,6 +37,7 @@ sshdeploy_deploy() {
_backupdir="$_homedir/certs-backup-$(date +%Y%m%d%H%M%S)" _backupdir="$_homedir/certs-backup-$(date +%Y%m%d%H%M%S)"
if [ -f "$DOMAIN_CONF" ]; then if [ -f "$DOMAIN_CONF" ]; then
# shellcheck disable=SC1090
. "$DOMAIN_CONF" . "$DOMAIN_CONF"
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment