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