From 1751c471f0de6cf2a3579d747898ab5b68f794b2 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 15 Apr 2010 04:39:50 +0200 Subject: [PATCH] op_usermanager: Fixed a bug that created a wrong password for the user. --- recipes/pandora-system/pandora-scripts/op_usermanager.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" <