From fd93d7ef7f1c1ee102d4e8d93ee114c3158e2af8 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Mon, 12 Dec 2016 15:00:09 +0000 Subject: [PATCH] fix: daily.sh install path (#5152) --- daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily.sh b/daily.sh index a46f148c5c..d107e7c157 100755 --- a/daily.sh +++ b/daily.sh @@ -70,7 +70,7 @@ status_run() { else printf " \033[0;31mFAIL\033[0m\n"; if [[ "${arg_option}" == "update" ]]; then - php "${DIR_LIBRENMS}/daily.php" -f notify -o "${tmp}" + php "${LIBRENMS_DIR}/daily.php" -f notify -o "${tmp}" fi fi return ${exit_code}