From f01c29675072137f54dd65667ae66422ff7e23fe Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sat, 18 Jan 2025 02:45:52 +0100 Subject: [PATCH] Small fixes --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bcff0cb..b38bfa7 100644 --- a/install.sh +++ b/install.sh @@ -111,7 +111,7 @@ esac # Clone repository if [ -d "/home" ]; then mkdir -p /home/new_directory - echo "📂 '/home/new_directory' has been created." + echo "📂 '/home/new_directory' has been created" else echo "❌ '/home' directory does not exist. Exiting..." exit 1