mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 10:34:28 +05:00
fix: fix a bug that potentially caused writing a wrong config directory path to the moonraker.service file under special conditions
This commit is contained in:
@@ -104,7 +104,7 @@ remove_klipper(){
|
||||
CONFIRM_MSG=" Klipper was successfully removed!" && print_msg && clear_msg
|
||||
|
||||
if [ "$REM_MR" == "true" ]; then
|
||||
remove_moonraker
|
||||
remove_moonraker && unset REM_MR
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user