mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 11:04:29 +05:00
fix: little typo (but it breaks stuff)
This commit is contained in:
@@ -279,7 +279,7 @@ write_printer_cfg(){
|
|||||||
#create kiauh.cfg if its needed and doesn't exist
|
#create kiauh.cfg if its needed and doesn't exist
|
||||||
if [ "$KIAUH_CFG_FOUND" = "false" ]; then
|
if [ "$KIAUH_CFG_FOUND" = "false" ]; then
|
||||||
status_msg "Creating kiauh.cfg ..."
|
status_msg "Creating kiauh.cfg ..."
|
||||||
echo -e "##### AUTOCREATED BY KIAUH #####\c" > $KIAUH_CFG
|
echo -e "##### AUTOCREATED BY KIAUH #####" > $KIAUH_CFG
|
||||||
fi
|
fi
|
||||||
#write each entry to kiauh.cfg if it doesn't exist
|
#write each entry to kiauh.cfg if it doesn't exist
|
||||||
#Moonraker related config options
|
#Moonraker related config options
|
||||||
|
|||||||
Reference in New Issue
Block a user