Update install.sh

pull/109/head
midoks 3 years ago
parent 5a825b2263
commit b4e37eecb4
  1. 4
      plugins/redis/install.sh

@ -35,6 +35,10 @@ Install_redis()
Uninstall_redis()
{
rm -rf $serverPath/redis
if [ -f /lib/systemd/system/redis.service ];then
rm -rf /lib/systemd/system/redis.service
fi
echo "Uninstall_redis" > $install_tmp
}

Loading…
Cancel
Save