From 821227559d35d6e2fcd4fa0c43195c3775d4e457 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 22 Apr 2009 10:50:23 +0200 Subject: [PATCH] 'fixed missing >' --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index a395c844b..fa1b4b0cd 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2840,7 +2840,7 @@ configure_system() if [ "$PASS" = "$PASS2" ]; then PASSWORD=$PASS echo $PASSWORD > /tmp/.password - echo $PASSWORD > /tmp/.password + echo $PASSWORD >> /tmp/.password PASSWORD=/tmp/.password else DIALOG --msgbox "Password didn't match, please enter again." 0 0