From efae942441bb0862acc258fb5765f2b8e89fa77f Mon Sep 17 00:00:00 2001 From: Smoorg Date: Tue, 9 Jun 2026 13:31:50 +0200 Subject: [PATCH] source is aliast for . and is not POSIX compliant --- add_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_user.sh b/add_user.sh index 1464598..d5bc041 100755 --- a/add_user.sh +++ b/add_user.sh @@ -2,7 +2,7 @@ # Usage: add_user.sh set -e -source /root/helpers/.env +. /root/helpers/.env LOGIN="$1" [ -z "$LOGIN" ] && { echo "Użycie: $0 "; exit 1; }