Skip to content

Commit

Permalink
bareos-config-lib.sh.in: fix review problem
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 24, 2020
1 parent 6de22d5 commit f31fb90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/scripts/bareos-config-lib.sh.in
Expand Up @@ -695,9 +695,10 @@ get_database_param()
echo "" >> $temp_log

# if default value is given, return it anyway
#if [ -n "$DEFAULT" ]; then
# info "unable to get \"${PARAM}\" from config, using default value \"${DEFAULT}\". Check $temp_log"
# echo "$DEFAULT"
if [ -n "$DEFAULT" ]; then
#info "unable to get \"${PARAM}\" from config, using default value \"${DEFAULT}\". Check $temp_log"
echo "$DEFAULT"
fi
#else
# info "unable to get \"${PARAM}\" from config, this is usually not an error. Check $temp_log"
#fi
Expand Down

0 comments on commit f31fb90

Please sign in to comment.