From 7670c6599ba12b50442e7ae6b9f2e1e48c7d5557 Mon Sep 17 00:00:00 2001 From: qtwrk Date: Mon, 24 May 2021 00:51:28 +0200 Subject: [PATCH] Update cyberpanel.sh --- cyberpanel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cyberpanel.sh b/cyberpanel.sh index f818dacf5..0d4b3d41d 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1448,6 +1448,7 @@ fi if pgrep "redis" ; then echo -e "\n\nRedis installed and running..." + touch /home/cyberpanel/redis fi }