From d98151cfef712d81faea72cc3811f872dcfeba2f Mon Sep 17 00:00:00 2001 From: th33xitus Date: Fri, 30 Oct 2020 12:50:51 +0100 Subject: [PATCH] fix: little typo (but it breaks stuff) --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index fea7f28..57f9c9e 100755 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -279,7 +279,7 @@ write_printer_cfg(){ #create kiauh.cfg if its needed and doesn't exist if [ "$KIAUH_CFG_FOUND" = "false" ]; then status_msg "Creating kiauh.cfg ..." - echo -e "##### AUTOCREATED BY KIAUH #####\c" > $KIAUH_CFG + echo -e "##### AUTOCREATED BY KIAUH #####" > $KIAUH_CFG fi #write each entry to kiauh.cfg if it doesn't exist #Moonraker related config options