Reenable config
This commit is contained in:
parent
9c6f588141
commit
76ad0fb812
1 changed files with 1 additions and 2 deletions
3
nsm
3
nsm
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue