From 9493912034620b4db2427e6851e1c262afb78935 Mon Sep 17 00:00:00 2001 From: Tom Chapin Date: Sat, 10 Feb 2024 19:44:58 -0800 Subject: [PATCH] Fixing comment --- OS/01/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OS/01/start.sh b/OS/01/start.sh index 07a9ab4..95ce705 100755 --- a/OS/01/start.sh +++ b/OS/01/start.sh @@ -1,4 +1,4 @@ -### Import config from .env +### Import Environment Variables from .env if [ ! -f ".env" ]; then echo "Error: .env file does not exist. To create one, see .env.example for an example." exit 1