Update install.sh

This commit is contained in:
midoks 2023-10-31 00:53:35 +08:00
parent 09ee8a0c61
commit 7c5a7fe822
1 changed files with 2 additions and 0 deletions

View File

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