fix: error message in docker log
This commit is contained in:
parent
1f7273c1d1
commit
e5e4b5249d
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
sudo -S ln -s /bin/true /bin/systemctl
|
||||
[ ! -e /bin/systemctl ] && sudo -S ln -s /bin/true /bin/systemctl
|
||||
|
||||
klipper_git="https://github.com/klipper3d/klipper"
|
||||
moonraker_git="https://github.com/Arksine/moonraker"
|
||||
|
|
|
|||
Loading…
Reference in New Issue