From b25fd88beae3af49cbed1fa4aa7fc6cd4b79a00b Mon Sep 17 00:00:00 2001 From: siwat Date: Sun, 1 May 2022 11:53:56 +0700 Subject: [PATCH] Update 'start.sh' --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 9da995f..529bcf6 100644 --- a/start.sh +++ b/start.sh @@ -1,6 +1,6 @@ #Copy over Initial Printer Config cp -n /printer.cfg /home/octoprint/.octoprint/printer.cfg -chmod 777 -v ./printer.cfg +chmod 777 -v /home/octoprint/.octoprint/printer.cfg #Start OctoPrint and Klipper python3 /start.py \ No newline at end of file