remove debug

This commit is contained in:
2023-10-23 00:40:28 +02:00
parent 3fb06c257c
commit 89fcbd4f05

View File

@@ -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