Use service specific directories in templates instead of /home/%USER%

This commit is contained in:
phizev
2023-06-15 00:50:46 +02:00
parent 5d7debd65e
commit 41a095f58d
9 changed files with 12 additions and 12 deletions

View File

@@ -1 +1 @@
KLIPPER_ARGS="/home/%USER%/klipper/klippy/klippy.py %CFG% -I %PRINTER% -l %LOG% -a %UDS%"
KLIPPER_ARGS="%KLIPPER_DIR%/klippy/klippy.py %CFG% -I %PRINTER% -l %LOG% -a %UDS%"