Fix bash prestart script syntax error
This commit is contained in:
parent
996bbe5bd9
commit
7b83a839dc
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ in
|
|||
then
|
||||
rm ${localConfFilePath}
|
||||
elif [ -f "${localConfFilePath}" ]
|
||||
then
|
||||
mv ${localConfFilePath} ${localConfFilePath}.bak
|
||||
fi
|
||||
'' + optionalString (cfg.localConf != null) ''
|
||||
|
|
Loading…
Reference in a new issue