added null values to useSSL, useCertbot to avoid int errors if skipped

This commit is contained in:
Asif Bacchus 2019-01-07 23:05:54 -07:00
parent 7fdd38d3e4
commit ed66ce68fd
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ detectedIP=$(ip route get 1 | sed -n 's/^.*src \([0-9.]*\) .*$/\1/p')
certbotFiles=(cert.pem chain.pem fullchain.pem privkey.pem)
hostname=$(hostname)
configPath="./etc.${hostname}"
useSSL=0
useCertbot=0
# set tags and files to update
tag_servernames="<server name(s)>"