Enhanced Memcached uninstallation

This commit is contained in:
Edi Septriyanto
2022-02-17 08:19:17 +07:00
parent 34ab7aa787
commit 715c26d2f6

View File

@@ -112,6 +112,8 @@ function init_memcached_removal() {
# Final test.
if [[ "${DRYRUN}" != true ]]; then
run systemctl daemon-reload
if [[ -z $(command -v memcached) ]]; then
success "Memcached server removed succesfully."
else