Touch setupVars before writing to it

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-11-03 22:01:37 +01:00
parent f91606bb17
commit 2fd5b944ad
No known key found for this signature in database

View file

@ -1785,6 +1785,9 @@ create_pihole_user() {
finalExports() {
# set or update the variables in the file
# create the file if it does not exist
touch "${setupVars}"
addOrEditKeyValPair "${setupVars}" "PIHOLE_INTERFACE" "${PIHOLE_INTERFACE}"
addOrEditKeyValPair "${setupVars}" "PIHOLE_DNS_1" "${PIHOLE_DNS_1}"
addOrEditKeyValPair "${setupVars}" "PIHOLE_DNS_2" "${PIHOLE_DNS_2}"