Versions-Quelle angepasst
This commit is contained in:
parent
f155613feb
commit
ebb265b12c
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user