Versions-Quelle angepasst

This commit is contained in:
Patrick Schindelmann 2019-01-10 11:08:48 +01:00
parent f155613feb
commit ebb265b12c
1 changed files with 1 additions and 1 deletions

View File

@ -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/"