forked from tylda-public/helpers
source is aliast for . and is not POSIX compliant
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Usage: add_user.sh <login>
|
||||
set -e
|
||||
|
||||
source /root/helpers/.env
|
||||
. /root/helpers/.env
|
||||
|
||||
LOGIN="$1"
|
||||
[ -z "$LOGIN" ] && { echo "Użycie: $0 <login>"; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user