mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Touch setupVars before writing to it
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
f91606bb17
commit
2fd5b944ad
@ -1785,6 +1785,9 @@ create_pihole_user() {
|
|||||||
finalExports() {
|
finalExports() {
|
||||||
# set or update the variables in the file
|
# 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_INTERFACE" "${PIHOLE_INTERFACE}"
|
||||||
addOrEditKeyValPair "${setupVars}" "PIHOLE_DNS_1" "${PIHOLE_DNS_1}"
|
addOrEditKeyValPair "${setupVars}" "PIHOLE_DNS_1" "${PIHOLE_DNS_1}"
|
||||||
addOrEditKeyValPair "${setupVars}" "PIHOLE_DNS_2" "${PIHOLE_DNS_2}"
|
addOrEditKeyValPair "${setupVars}" "PIHOLE_DNS_2" "${PIHOLE_DNS_2}"
|
||||||
|
Loading…
Reference in New Issue
Block a user