diff --git a/dba/create-database.sh b/dba/create-database.sh index 3bd9fe3d..e281d257 100755 --- a/dba/create-database.sh +++ b/dba/create-database.sh @@ -33,7 +33,7 @@ if [ "${ADMINPW}" = "" ] ; then # # Generate a random administrative password. If pwgen is available we'll use that, # otherwise try and hack something up using a few standard utilities - ADMINPW="`pwgen -Bcny 2>/dev/null | tr \"\\\'\" '^='`" + ADMINPW="`pwgen -Bcny 2>/dev/null | tr \"\\\\\'\" '^='`" fi if [ "$ADMINPW" = "" ] ; then