added null values to useSSL, useCertbot to avoid int errors if skipped
This commit is contained in:
parent
7fdd38d3e4
commit
ed66ce68fd
2
setup.sh
2
setup.sh
@ -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)>"
|
||||
|
Loading…
Reference in New Issue
Block a user