diff options
-rwxr-xr-x | scripts/install-ubuntu-18.04.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/install-ubuntu-18.04.sh b/scripts/install-ubuntu-18.04.sh index e21bd142..4d2992be 100755 --- a/scripts/install-ubuntu-18.04.sh +++ b/scripts/install-ubuntu-18.04.sh @@ -47,9 +47,8 @@ create_virtualenv() install_script() { # Create systemd service file - KLIPPER_LOG=/var/log/klippy.log + KLIPPER_LOG=/tmp/klippy.log report_status "Installing system start script..." - sudo touch $KLIPPER_LOG && sudo chown $KLIPPER_USER:$KLIPPER_GROUP $KLIPPER_LOG sudo /bin/sh -c "cat > $SYSTEMDDIR/klipper.service" << EOF #Systemd service file for klipper [Unit] |