From 6b2c21ab47e2e3f75c97b1856a1df6f83c2a48e5 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 14 Jan 2023 20:01:54 +0800 Subject: [PATCH] Update install.sh --- plugins/webhook/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webhook/install.sh b/plugins/webhook/install.sh index ff52c3bee..e3018b0a9 100755 --- a/plugins/webhook/install.sh +++ b/plugins/webhook/install.sh @@ -21,7 +21,7 @@ Install_App() Uninstall_App() { - rm -rf $serverPath/redis + rm -rf $serverPath/webhook echo "Uninstall_App" > $install_tmp }