Skip to content

Commit

Permalink
Merge branch 'bareos-15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Nov 23, 2015
2 parents 41f8263 + d4a34c9 commit 8e18b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bareos-config-lib.sh.in
Expand Up @@ -578,7 +578,7 @@ get_translated_sql_file()
db_version=`get_database_version`

echo "$db_password" | grep '#' > /dev/null 2>&1
if [ $? != 0 ]; then
if [ $? = 0 ]; then
error "database passwords containing # are not supported."
return 3
fi
Expand Down

0 comments on commit 8e18b80

Please sign in to comment.