From 2120a4e5da40be8c8ce5c54949c582bfac2e3ce8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Feb 2017 00:24:47 +0100 Subject: [PATCH] Fix error loading configuration file --- check_webservice_load.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_webservice_load.sh b/check_webservice_load.sh index 9e811a9..620ef68 100755 --- a/check_webservice_load.sh +++ b/check_webservice_load.sh @@ -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" #---------------------------------------