mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-05 04:08:19 +00:00
Enhanced Memcached uninstallation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user