From 77b2353ee7cb7a58b29e410d7caeef39b7964ba6 Mon Sep 17 00:00:00 2001 From: "Mark Edward M. Gonzales" Date: Sat, 17 Aug 2024 13:49:03 +0800 Subject: [PATCH] Update init.sh --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index d376508..68eea89 100644 --- a/init.sh +++ b/init.sh @@ -2,7 +2,7 @@ if [ -d SaProt ]; then echo "It seems that you have already run this installation script before. You only need to run this script once." - echo "However, if you want a fresh installation, please delete the SaProt directory, and run this script again." + echo "However, if you want a fresh installation, please delete the SaProt directory and run this script again." exit 1 fi