implemented realm detection and improved configuration files loading

This commit is contained in:
2023-10-23 00:00:27 +02:00
parent 7464ad6555
commit 3fb06c257c
4 changed files with 49 additions and 5 deletions

View File

@@ -182,7 +182,7 @@ process_commandline_and_vars()
die 18
fi
done
else
elif [[ $RUN_SHELL != "true" ]]; then
prnt E "No module to execute!"
die 5
fi