Use existing ISC_{USER|PASSWORD} if available
This commit is contained in:
parent
91b8a98ee3
commit
19583c2877
@ -387,8 +387,8 @@ case $? in
|
|||||||
2) ShowHelp; exit;;
|
2) ShowHelp; exit;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
export ISC_USER=SYSDBA
|
if [[ -z $ISC_USER ]]; then export ISC_USER=SYSDBA; fi
|
||||||
export ISC_PASSWORD=masterkey
|
if [[ -z $ISC_PASSWORD ]]; then export ISC_PASSWORD=masterkey; fi
|
||||||
|
|
||||||
echo "$(date) Started"
|
echo "$(date) Started"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user