From 313c4e87ed300d4cac58c78df71485712ebec5bb Mon Sep 17 00:00:00 2001 From: BoxOfSnoo Date: Mon, 28 Oct 2019 07:41:14 -0400 Subject: [PATCH] Update v-update-host-certificate Modify v-update-host-certificate so we can run it in cron --- bin/v-update-host-certificate | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/v-update-host-certificate b/bin/v-update-host-certificate index 71a87709a..5426f984d 100755 --- a/bin/v-update-host-certificate +++ b/bin/v-update-host-certificate @@ -21,6 +21,9 @@ fi user=$1 hostname=$2 +# Add this so we can run it unattended in cron +source /etc/profile + # Includes source $VESTA/func/main.sh source $VESTA/func/ip.sh