bareos: playground 4f97d50c

Author Committer Branch Timestamp Parent
joergs joergs playground 2014-04-24 17:37 playground 89d272b0 Pending
Changeset handle unset parameter

some scripts (eg. package postinstall script) include bareos-config-lib.sh with settings,
that exit if a variable is undefined.
To prevent problems, function parameter are now used as "${1-}", so that they are never undefined.
Also fixes a bug, when using a database password that contains "/".
"/" is now a allowed character, but "#" is forbidden.
mod - scripts/bareos-config-lib.sh.in Diff File