From 1084edee23a234eabcf97e90eb3be49ebcafd673 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 17 Nov 2024 22:27:05 +0100 Subject: [PATCH] env --- shell/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/main.sh b/shell/main.sh index 5fe13d8..902c7f8 100644 --- a/shell/main.sh +++ b/shell/main.sh @@ -1,4 +1,4 @@ -[ -n "${ENV}" ] || export ENV="/etc/shell/main.sh" +[ -n "${ENV}" ] || export ENV="/etc/sh/main.sh" main_commands() { local file="${1}"