From e5e135c68b8b47658cf69556ae85ce865fb115f7 Mon Sep 17 00:00:00 2001 From: th33xitus <> Date: Sun, 26 Jul 2020 12:36:05 +0200 Subject: [PATCH] add confirmation messages --- scripts/install_mainsail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_mainsail.sh b/scripts/install_mainsail.sh index a192581..ee47db3 100644 --- a/scripts/install_mainsail.sh +++ b/scripts/install_mainsail.sh @@ -70,7 +70,7 @@ check_vsdcard_section(){ ok_msg "Virtual sdcard already configured!" else status_msg "No virtual sdcard entry found." - status_msg "Configuring virtual sdcard..." + ok_msg "Virtual sdcard entry added to printer.cfg!" # append the following lines to printer.cfg cat <> $PRINTER_CFG @@ -92,7 +92,7 @@ check_api_section(){ ok_msg "API Server already configured" else status_msg "No API Server entry found." - status_msg "Configuring API server..." + ok_msg "API server entry added to printer.cfg!" # append the following lines to printer.cfg cat <> $PRINTER_CFG