set permission on bootup

This commit is contained in:
Siwat Sirichai 2022-04-09 10:56:23 +07:00
parent 902b9afadf
commit b31b95458b
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#Copy over Initial Printer Config #Copy over Initial Printer Config
cp -n /printer.cfg /home/octoprint/.octoprint/printer.cfg cp -n /printer.cfg /home/octoprint/.octoprint/printer.cfg
chmod 777 -v ./printer.cfg
#Start OctoPrint and Klipper #Start OctoPrint and Klipper
python3 /start.py python3 /start.py