Skip to content

Commit 8dc3fdd

Browse files
committed
fix krb realm regex
1 parent 521fc62 commit 8dc3fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase/stackable/bin/hbase-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ HBASE_ROLE_SERVICE_HOST="${HOSTNAME}.${HBASE_ROLE_SERVICE_NAME}"
2222
REGION_MOVER_OPTS="--regionserverhost ${HBASE_ROLE_SERVICE_HOST}:${HBASE_ROLE_SERVICE_PORT} --operation unload ${REGION_MOVER_OPTS}"
2323

2424
if [ -f /stackable/kerberos/krb5.conf ]; then
25-
KERBEROS_REALM=$(grep -oP 'default_realm = \\K.*' /stackable/kerberos/krb5.conf)
25+
KERBEROS_REALM=$(grep -oP 'default_realm = \K.*' /stackable/kerberos/krb5.conf)
2626
export KERBEROS_REALM
2727
fi
2828

0 commit comments

Comments
 (0)