Update v-update-host-certificate

Modify v-update-host-certificate so we can run it in cron
This commit is contained in:
BoxOfSnoo 2019-10-28 07:41:14 -04:00 committed by GitHub
commit 313c4e87ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,9 @@ fi
user=$1 user=$1
hostname=$2 hostname=$2
# Add this so we can run it unattended in cron
source /etc/profile
# Includes # Includes
source $VESTA/func/main.sh source $VESTA/func/main.sh
source $VESTA/func/ip.sh source $VESTA/func/ip.sh