From bf14c82a96e8614572c2f2a55113fdefefce0dc1 Mon Sep 17 00:00:00 2001 From: cron410 Date: Thu, 3 Jun 2021 21:48:55 -0400 Subject: [PATCH] install_klipper.sh prompt phrasing --- scripts/install_klipper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_klipper.sh b/scripts/install_klipper.sh index 8ea4b1a..d017996 100755 --- a/scripts/install_klipper.sh +++ b/scripts/install_klipper.sh @@ -22,7 +22,7 @@ klipper_setup_dialog(){ INSTANCE_COUNT="" while [[ ! ($INSTANCE_COUNT =~ ^[1-9]+$) ]]; do echo - read -p "${cyan}###### Amount of Klipper instances to set up:${default} " INSTANCE_COUNT + read -p "${cyan}###### Number of Klipper instances to set up:${default} " INSTANCE_COUNT if [[ ! ($INSTANCE_COUNT =~ ^[1-9]+$) ]]; then warn_msg "Invalid Input!" && echo else @@ -417,4 +417,4 @@ get_mcu_id(){ warn_msg "Could not retrieve ID!" warn_msg "Printer not plugged in or not detectable!" fi -} \ No newline at end of file +}