From 9c4392a25fc40ae7b4ba60871ffafb7340b7c89f Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Sat, 12 Oct 2024 15:56:14 +0200 Subject: [PATCH] removing old run script --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index eef7c74..c343a4b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -156,5 +156,6 @@ PID=$! echo "Removing Installer" rm "forge-${version}-installer.jar" mv "forge-${version}-installer.jar.log" $management_logs +rm run.sh -echo "You can now find the management script in /$HOME/$management_dir " +echo "You can now find the management script in $management_dir "