Skip to content

Commit 57285df

Browse files
committed
fix bug
1 parent dd7bb24 commit 57285df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/redis/scripts/redis-account.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function main() {
119119
else
120120
host_list="$REDIS_POD_FQDN_LIST"
121121
fi
122-
do_acl_command "$host_list""$REDIS_DEFAULT_USER" "$REDIS_DEFAULT_PASSWORD"
122+
do_acl_command "$host_list" "$REDIS_DEFAULT_USER" "$REDIS_DEFAULT_PASSWORD"
123123
}
124124

125125
main

0 commit comments

Comments
 (0)