diff --git a/scripts/status.sh b/scripts/status.sh index 4a6aa57..0d5d78f 100644 --- a/scripts/status.sh +++ b/scripts/status.sh @@ -237,14 +237,14 @@ read_local_mainsail_version(){ if [ -e $MAINSAIL_DIR/version ]; then MAINSAIL_LOCAL_VER=$(head -n 1 $MAINSAIL_DIR/version) else - MAINSAIL_LOCAL_VER="${red}------${default}" + MAINSAIL_LOCAL_VER="${red}-----${default}" fi } read_remote_mainsail_version(){ #remote checks don't work without curl installed! if [[ ! $(dpkg-query -f'${Status}' --show curl 2>/dev/null) = *\ installed ]]; then - MAINSAIL_REMOTE_VER="${red}------${default}" + MAINSAIL_REMOTE_VER="${red}-----${default}" else get_mainsail_ver MAINSAIL_REMOTE_VER=$MAINSAIL_VERSION diff --git a/scripts/ui.sh b/scripts/ui.sh index c6d1d14..91d224b 100644 --- a/scripts/ui.sh +++ b/scripts/ui.sh @@ -95,8 +95,11 @@ remove_ui(){ echo -e "| --> ~/kiauh-backups | " echo -e "| You need remove them manually if you wish so. | " hr - echo -e "| 1) [Klipper] | 5) [Tornado] | " - echo -e "| 2) [DWC2-for-Klipper] | 6) [Nginx] | " + echo -e "| Firmware: | | " + echo -e "| 1) [Klipper] | 5) [Nginx] | " + echo -e "| | | " + echo -e "| Webinterface: | | " + echo -e "| 2) [DWC2] | | " echo -e "| 3) [Mainsail] | | " echo -e "| 4) [Octoprint] | | " quit_footer