Use existing ISC_{USER|PASSWORD} if available

This commit is contained in:
Paul Reeves 2023-02-03 15:03:34 +01:00
parent 91b8a98ee3
commit 19583c2877
1 changed files with 2 additions and 2 deletions

View File

@ -387,8 +387,8 @@ case $? in
2) ShowHelp; exit;;
esac
export ISC_USER=SYSDBA
export ISC_PASSWORD=masterkey
if [[ -z $ISC_USER ]]; then export ISC_USER=SYSDBA; fi
if [[ -z $ISC_PASSWORD ]]; then export ISC_PASSWORD=masterkey; fi
echo "$(date) Started"