diff options
-rwxr-xr-x | scripts/install-centos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-centos.sh b/scripts/install-centos.sh index 1c3fd404..79ff35f2 100755 --- a/scripts/install-centos.sh +++ b/scripts/install-centos.sh @@ -70,7 +70,7 @@ KLIPPY_USER=$USER start_software() { report_status "Launching Klipper host software..." - sudo systemctl klipper restart + sudo systemctl restart klipper } # Helper functions |