mirror of https://github.com/Desuuuu/klipper.git
scripts: Fix typo in install-centos.sh
Reported by @fishbone222. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
ac61f8b726
commit
0a813f2805
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue