From 89fcbd4f055a72b4e5cfbe9339bdb49873f5fdcb Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Mon, 23 Oct 2023 00:40:28 +0200 Subject: [PATCH] remove debug --- init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/init.sh b/init.sh index 8db16be..29814e8 100755 --- a/init.sh +++ b/init.sh @@ -46,7 +46,6 @@ export HOSTNAME=$(hostname) # Get realm or domain name export REALM=${REALM:-$(hostname -d)} -echo $REALM # Load libraries for lib in $MYPATH/lib/*.sh; do