From 33085380e6c58d37b69b6d6112587aee19553d33 Mon Sep 17 00:00:00 2001 From: BeastGamer81 <57034210+BeastGamer81@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:11:04 +0530 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cc919b6..82954a6 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,8 @@ $(tput setaf 6) COPYRIGHT 2023 - 2024 Klovit & https://github.com/beastgamer81 } forceStuffs() { -if ["$HIBERNATE_STATUS" -eq "true"]; then +if ["$HIBERNATE_STATUS" == "true"]; then +touch hibernate mkdir -p plugins curl -s -o plugins/hibernate.jar https://raw.githubusercontent.com/beastgamer81/klovitegg/main/HibernateX-2.0.3.jar fi