Fix bash prestart script syntax error

This commit is contained in:
Yonghan Ching 庄勇翰 2023-12-18 17:07:48 -06:00 committed by Emery Hemingway
parent 996bbe5bd9
commit 7b83a839dc

View File

@ -65,6 +65,7 @@ in
then
rm ${localConfFilePath}
elif [ -f "${localConfFilePath}" ]
then
mv ${localConfFilePath} ${localConfFilePath}.bak
fi
'' + optionalString (cfg.localConf != null) ''