diff --git a/checks/check_dokuwiki_update b/checks/check_dokuwiki_update index 95333d2..3910913 100755 --- a/checks/check_dokuwiki_update +++ b/checks/check_dokuwiki_update @@ -1,6 +1,6 @@ #!/bin/bash -version_website=$(lynx -dump https://www.dokuwiki.org/changes 2> /dev/null | grep ^Release | head -n 1 | cut -d " " -f 2) +version_website=$(lynx --dump https://download.dokuwiki.org/ | grep "(Recommended)" | awk '{print $7}') if [ $# = 0 ] then dokuwiki_root="/var/www/"