mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
indentation fixes
This commit is contained in:
parent
c9f451362f
commit
d19d6295a3
@ -357,9 +357,9 @@ do_boot_behaviour() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_rastrack() {
|
do_rastrack() {
|
||||||
UNAME=$(whiptail --inputbox "Username / Nickname For Rastrack Addition" 20 70 3>&1 1>&2 2>&3)
|
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)
|
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
|
curl --data "name=$UNAME&email=$EMAIL" http://rastrack.co.uk/api.php
|
||||||
}
|
}
|
||||||
|
|
||||||
do_update() {
|
do_update() {
|
||||||
@ -452,7 +452,7 @@ while true; do
|
|||||||
"overclock" "Configure overclocking" \
|
"overclock" "Configure overclocking" \
|
||||||
"ssh" "Enable or disable ssh server" \
|
"ssh" "Enable or disable ssh server" \
|
||||||
"boot_behaviour" "Start desktop on boot?" \
|
"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" \
|
"update" "Try to upgrade raspi-config" \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
RET=$?
|
RET=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user