„changedetection.sh“ ändern

This commit is contained in:
Stephan 2018-10-31 12:54:11 +00:00
parent 95a1f75aee
commit 28ae366c89
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ while read i # Quelle zeilenweise einlesen
# 2.: lade aktuelle index.html
#---------------------------------------------
machinetyp=`uname --machine`
if [ $machinetyp = "x86_64" ]; then
if [ $machinetyp = "x86_64" ]; then
${APPDIR}/links_APP/bin/links -dump "$LINK" -memory-cache-size 1 -ssl.certificates 0 -codepage "utf-8" -http.fake-firefox 1 -anonymous > "${APPDIR}/tmp/${NAME}.txt"
else
links -dump "$LINK" -memory-cache-size 1 -ssl.certificates 0 -codepage "utf-8" -http.fake-firefox 1 -anonymous > "${APPDIR}/tmp/${NAME}.txt"