Update bash_functions.sh

Co-authored-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
Adam Warner 2022-04-04 20:59:07 +01:00 committed by GitHub
parent 0db0df5231
commit 51cffa7e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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