aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-ubuntu-18.04.sh3
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]