change one more `touch` command to `install /dev/null` to prevent issues on fresh volumes (and for consistency with other usages)

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2022-04-04 18:06:25 +01:00
parent a84ede1a5f
commit 0db0df5231
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ prepare_configs() {
installConfigs
if [ ! -f "${setupVars}" ]; then
touch "${setupVars}"
install /dev/null "${setupVars}"
echo "Creating empty ${setupVars} file."
fi