From 7c5a7fe822c8a62dbb516bc5f7f75f263145aaf8 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 31 Oct 2023 00:53:35 +0800 Subject: [PATCH] Update install.sh --- plugins/memcached/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/memcached/install.sh b/plugins/memcached/install.sh index 156603636..af0ea57b4 100755 --- a/plugins/memcached/install.sh +++ b/plugins/memcached/install.sh @@ -33,6 +33,8 @@ Install_mem(){ cd ${rootPath} && python3 ${rootPath}/plugins/memcached/index.py start cd ${rootPath} && python3 ${rootPath}/plugins/memcached/index.py initd_install + + rm -rf $serverPath/source/memcached-${VERSION} fi }