fix: daily.sh install path (#5152)

This commit is contained in:
Neil Lathwood 2016-12-12 15:00:09 +00:00 committed by GitHub
parent 63fc4679db
commit fd93d7ef7f

View File

@ -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}