From: Michael Mrozek Date: Mon, 26 Apr 2010 01:04:16 +0000 (+0200) Subject: op_nubmode.sh: Small bugfix X-Git-Tag: Release-2010-05/1~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9751b081ccd5603330aa19ef2aef3226eb3f13c3;p=openpandora.oe.git op_nubmode.sh: Small bugfix --- diff --git a/recipes/pandora-system/pandora-scripts/op_nubmode.sh b/recipes/pandora-system/pandora-scripts/op_nubmode.sh index 584909e..3660330 100755 --- a/recipes/pandora-system/pandora-scripts/op_nubmode.sh +++ b/recipes/pandora-system/pandora-scripts/op_nubmode.sh @@ -83,5 +83,6 @@ case $mainsel in echo 20 > /proc/pandora/nub1/scroll_rate echo 20 > /proc/pandora/nub1/mbutton_threshold zenity --info --title="Settings restored" --text "The default nub-settings have been restored." --timeout 6 + ;; esac done \ No newline at end of file