first-run-wizard: Removed unneded sudo
authorMichael Mrozek <EvilDragon@openpandora.de>
Tue, 3 Jul 2012 08:52:03 +0000 (10:52 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Tue, 3 Jul 2012 08:52:03 +0000 (10:52 +0200)
recipes/pandora-system/pandora-first-run-wizard.bb
recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh

index f7a034d..fa7fabe 100755 (executable)
@@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
-PR = "r45"
+PR = "r46"
 
 SRC_URI = " \
           file://first-run-wizard.sh \
index f1e263c..3617f03 100755 (executable)
@@ -312,7 +312,7 @@ if zenity --question --title="Calibrate Touchscreen" --text="It is recommended t
   /usr/pandora/scripts/op_touchinit.sh
 while ! zenity --question --title="Check Calibration" --text="Your new calibration setting has been applied.\n\nPlease check if the touchscreen is now working properly.\nIf not, you might want to try a recalibration.\n\n(Hint: use the nubs to press the button if the touchscreen is way off)" --ok-label="The touchscreen is fine" --cancel-label="Recalibrate"; do
       TSLIB_CONSOLEDEVICE=none op_runfbapp ts_calibrate
-      sudo /usr/pandora/scripts/op_touchinit.sh  
+  /usr/pandora/scripts/op_touchinit.sh  
 done
 fi