From: Michael Mrozek Date: Thu, 15 Apr 2010 02:39:50 +0000 (+0200) Subject: op_usermanager: Fixed a bug that created a wrong password for the user. X-Git-Tag: Release-2010-05/1~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1751c471f0de6cf2a3579d747898ab5b68f794b2;p=openpandora.oe.git op_usermanager: Fixed a bug that created a wrong password for the user. --- diff --git a/recipes/pandora-system/pandora-scripts/op_usermanager.sh b/recipes/pandora-system/pandora-scripts/op_usermanager.sh index 56ab953..65a99e3 100755 --- a/recipes/pandora-system/pandora-scripts/op_usermanager.sh +++ b/recipes/pandora-system/pandora-scripts/op_usermanager.sh @@ -27,9 +27,9 @@ while selection=$(zenity --title="Usermanager" --list --column "id" --column "Pl fi done - passwd "$username" <