From b8dff6ea85945df4b42e0e5d6bc11d4f8d64303a Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Wed, 21 Apr 2010 05:02:52 +0200 Subject: [PATCH] first-run-wizard: Fixed minor typo. --- .../pandora-system/pandora-first-run-wizard/first-run-wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index e7d6842..68e96e2 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -134,7 +134,7 @@ if zenity --question --title="Autologin" --text="Do you wish to automatically lo sed -i "s/.*default_user.*/default_user $username/g" /etc/slim.conf sed -i 's/.*auto_login.*/auto_login yes/g' /etc/slim.conf else - if zenity --question --title="User" --text="Do you wish to have your username automatically populated in the login screen?\n\nNote: This is ideal if your the only user of the OpenPandora but wish to disable autologin and use a password." --ok-label="Yes" --cancel-label="No"; then + if zenity --question --title="User" --text="Do you wish to have your username automatically populated in the login screen?\n\nNote: This is ideal if you're the only user of the OpenPandora but wish to disable autologin and use a password." --ok-label="Yes" --cancel-label="No"; then sed -i "s/.*default_user.*/default_user $username/g" /etc/slim.conf sed -i 's/.*auto_login.*/auto_login no/g' /etc/slim.conf else -- 2.39.2