indentation fixes

This commit is contained in:
Alex Bradbury 2013-05-07 14:37:14 +01:00
parent c9f451362f
commit d19d6295a3
1 changed files with 4 additions and 4 deletions

View File

@ -357,9 +357,9 @@ do_boot_behaviour() {
}
do_rastrack() {
UNAME=$(whiptail --inputbox "Username / Nickname For Rastrack Addition" 20 70 3>&1 1>&2 2>&3)
EMAIL=$(whiptail --inputbox "Email Address For Rastrack Addition" 20 70 3>&1 1>&2 2>&3)
curl --data "name=$UNAME&email=$EMAIL" http://rastrack.co.uk/api.php
UNAME=$(whiptail --inputbox "Username / Nickname For Rastrack Addition" 20 70 3>&1 1>&2 2>&3)
EMAIL=$(whiptail --inputbox "Email Address For Rastrack Addition" 20 70 3>&1 1>&2 2>&3)
curl --data "name=$UNAME&email=$EMAIL" http://rastrack.co.uk/api.php
}
do_update() {
@ -452,7 +452,7 @@ while true; do
"overclock" "Configure overclocking" \
"ssh" "Enable or disable ssh server" \
"boot_behaviour" "Start desktop on boot?" \
"rastrack" "Add this Pi to the Raspberry Pi Map - Rastrack" \
"rastrack" "Add this Pi to the Raspberry Pi Map - Rastrack" \
"update" "Try to upgrade raspi-config" \
3>&1 1>&2 2>&3)
RET=$?