Skip to content

Commit

Permalink
announce klipper restart
Browse files Browse the repository at this point in the history
  • Loading branch information
pellcorp committed Dec 16, 2024
1 parent 28e315a commit 3e74100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k1/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ function update_klipper() {
/usr/share/klippy-env/bin/python3 -m compileall /usr/data/klipper/klippy || return $?
/usr/data/pellcorp/k1/tools/check-firmware.sh --status
if [ $? -eq 0 ]; then
echo "INFO: Restarting Klipper ..."
/etc/init.d/S55klipper_service restart
fi
return $?
Expand Down

0 comments on commit 3e74100

Please sign in to comment.