mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-23 06:35:56 -07:00
Update v-update-host-certificate
Modify v-update-host-certificate so we can run it in cron
This commit is contained in:
parent
931fb5beeb
commit
313c4e87ed
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue