d4rk50ul1 / klipper-on-android

Using Android to run Klipper, Moonraker, Mainsail/Fuidd, and KlipperScreen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After executing this script, Moonraker stopped starting

muraveix opened this issue · comments

scripts/data-path-fix.sh

555

Just redo the following steps:

sudo wget -O /etc/default/moonraker https://raw.githubusercontent.com/d4rk50ul1/klipper-on-android/main/scripts/etc_default_moonraker
sudo wget -O /etc/init.d/moonraker https://raw.githubusercontent.com/d4rk50ul1/klipper-on-android/main/scripts/etc_init.d_moonraker

sudo chmod +x /etc/init.d/moonraker

sudo update-rc.d moonraker defaults

You should be able to run the command after that. Do the same for Klipper if you have the same issue there

Thank you, the problem is solved.