oehrlis / oudbase

OUD base environment scripts
Apache License 2.0
6 stars 1 forks source link

Hardcoded Path in oracle_oud_all template #82

Closed oehrlis closed 4 years ago

oehrlis commented 4 years ago

In the script to start / stop oud using init.d we use a hardcode path for the .OUD_BASE file. Should be changed to the generic user home path.

Stefan

oehrlis commented 4 years ago

change source to

. $(eval echo ~${OUD_USER}/.OUD_BASE)