Reenable config

This commit is contained in:
LinuxSquare 2025-04-25 21:08:14 +02:00
parent 9c6f588141
commit 76ad0fb812

3
nsm
View file

@ -6,8 +6,7 @@ readonly LICENSE="GNU AGPLv3"
readonly ROOTPATH="$(dirname $(readlink -f $(which ${0})))"
readonly CONFIG_DIR="/usr/local/noveria/etc/nsm"
readonly RUN_DIR="/usr/local/noveria/run/nsm"
#readonly CONFIG="$CONFIG_DIR/nsm.json"
readonly CONFIG="./nsm.json"
readonly CONFIG="$CONFIG_DIR/nsm.json"
for util in ${ROOTPATH}/utils/*; do
source ${util}