mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 09:28:22 +02:00
more compressed version with hash
This commit is contained in:
parent
49f5f133bd
commit
df85ad44b7
@ -21,7 +21,7 @@ OPTIONS+=(SHUTDOWN "Shutdown without Changes")
|
||||
CHOICE_HEIGHT=$(("${#OPTIONS[@]}/2+1"))
|
||||
HEIGHT=$(($CHOICE_HEIGHT+8))
|
||||
|
||||
CHOICE=$(dialog --clear --backtitle "RaspiBlitz ${codeVersion} (${codeRelease}) - Setup" --title "⚡ Welcome to your RaspiBlitz ⚡" --menu "\nChoose how you want to setup your RaspiBlitz: \n " ${HEIGHT} 64 ${CHOICE_HEIGHT} "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
CHOICE=$(dialog --clear --backtitle "RaspiBlitz ${codeVersion}-${codeRelease} - Setup" --title "⚡ Welcome to your RaspiBlitz ⚡" --menu "\nChoose how you want to setup your RaspiBlitz: \n " ${HEIGHT} 64 ${CHOICE_HEIGHT} "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
|
||||
case $CHOICE in
|
||||
FRESHSETUP)
|
||||
|
@ -7,7 +7,7 @@ source /home/admin/raspiblitz.info
|
||||
|
||||
whiptail --title " RASPIBLITZ UPDATE " --yes-button "Start Update" --no-button "Other Options" --yesno "We found data from an old RaspiBlitz on your HDD/SSD.
|
||||
|
||||
You can start now the UPDATE to version ${codeVersion} (${codeRelease}).
|
||||
You can start now the UPDATE to version ${codeVersion}-${codeRelease}.
|
||||
|
||||
You will need to set a new Password A for the SSH login. All your channels will stay open and other passwords will stay the same.
|
||||
|
||||
|
@ -110,4 +110,4 @@ if [ "${vm}" == "0" ]; then
|
||||
else
|
||||
temp_info="VM"
|
||||
fi
|
||||
dialog --title " Node is Syncing (${time}) " --backtitle "${codeVersion} (${codeRelease}) / ${internet_localip} ${temp_info} / ${hdd_used_info}" --infobox "${infoStr}\n ${adminStr}" ${height} ${width}
|
||||
dialog --title " Node is Syncing (${time}) " --backtitle "${codeVersion}-${codeRelease} ${internet_localip} ${temp_info} ${hdd_used_info}" --infobox "${infoStr}\n ${adminStr}" ${height} ${width}
|
@ -40,7 +40,7 @@ else
|
||||
fi
|
||||
|
||||
# default backtitle for dialog
|
||||
backtitle="${codeVersion} (${codeRelease}) ${eventID} / ${internet_localip} ${temp_info} ${hdd_used_info}"
|
||||
backtitle="${codeVersion}-${codeRelease} ${eventID} ${internet_localip} ${temp_info} ${hdd_used_info}"
|
||||
|
||||
################################################
|
||||
# 1) WELL DEFINED EVENTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user