mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-24 16:23:36 +05:00
fix(spoolman): keep spoolman db on remove
This commit is contained in:
@@ -69,12 +69,6 @@ function remove_spoolman(){
|
||||
ok_msg "Spoolman directory removed!"
|
||||
fi
|
||||
|
||||
if [[ -d "${SPOOLMAN_DB_DIR}" ]]; then
|
||||
status_msg "Removing spoolman db..."
|
||||
rm -rf "${SPOOLMAN_DB_DIR}"
|
||||
ok_msg "Spoolman db removed!"
|
||||
fi
|
||||
|
||||
print_confirm "Spoolman successfully removed!"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user