fix: error message in docker log

This commit is contained in:
th33xitus 2022-02-17 23:14:16 +01:00
parent 1f7273c1d1
commit e5e4b5249d
1 changed files with 1 additions and 1 deletions

View File

@ -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"