mirror of https://github.com/Desuuuu/klipper.git
scripts: Use /tmp/klippy.log in install-ubuntu-18.04.sh
Use /tmp/klippy.log in the install script - all the documentation currently uses that file location. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
ad12ffa981
commit
7c3ee0f1e9
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue