Skip to content

Commit

Permalink
Fixed removal from moonraker.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
moggieuk committed Dec 5, 2024
1 parent aeac505 commit 0a5fca8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,9 @@ uninstall_update_manager() {
else
cat "${file}" | sed -e " \
/\[mmu_server\]/,+1 d; \
/enable_file_preprocessor/ d; \
/enable_toolchange_next_pos/ d; \
/update_spoolman_location/ d; \
" > "${file}.new" && mv "${file}.new" "${file}"
restart=1
fi
Expand Down

0 comments on commit 0a5fca8

Please sign in to comment.