Fix error loading configuration file

This commit is contained in:
root 2017-02-13 00:24:47 +01:00
parent 1e5a776839
commit 2120a4e5da

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
working_dir="$(dirname $(realpath $0))"
conf_file="${working_dir}/check_webservice_load.conf"
conf_file="${working_dir}/conf/check_webservice_load.conf"
#---------------------------------------