From 07b1c95171167979e43e1505093442669195e540 Mon Sep 17 00:00:00 2001 From: Rick Balocca Date: Thu, 30 Oct 2008 14:49:04 -0700 Subject: Fix typo --- scripts/standalone_root_pw_reset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/standalone_root_pw_reset') diff --git a/scripts/standalone_root_pw_reset b/scripts/standalone_root_pw_reset index 0750746d..b75d19df 100755 --- a/scripts/standalone_root_pw_reset +++ b/scripts/standalone_root_pw_reset @@ -27,7 +27,7 @@ CF=/opt/vyatta/etc/config/config.boot ADMIN=vyatta set_encrypted_password() { sed -i \ - -e "/ user $1 {/,/}/s/encrypted-password.*\$/encrypted-password \"$2\"/" $3 + -e "/ user $1 {/,/}/s/encrypted-password .*\$/encrypted-password \"$2\"/" $3 } change_password() { -- cgit v1.2.3