fix(spoolman): keep spoolman db on remove

This commit is contained in:
Alessandro Maggi
2024-06-23 17:55:52 +02:00
parent 0350d77ec0
commit 1cee4ef13b

View File

@@ -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!"
}