Revert "mambabase.kmdr: use curl instead of wget to check for openmamba website availability"
This reverts commit 8bfb8d05d3
.
This commit is contained in:
parent
e2a9b882df
commit
627a6c97f5
@ -397,7 +397,7 @@ Released under the terms of the GNU GPL v3 license</string>
|
|||||||
URL_OPTIONS="$URL_OPTIONS&newinst=1"
|
URL_OPTIONS="$URL_OPTIONS&newinst=1"
|
||||||
}
|
}
|
||||||
dcop @dcopid KommanderIf setChecked BackBox false
|
dcop @dcopid KommanderIf setChecked BackBox false
|
||||||
/usr/bin/curl -s -m 30 http://www.openmamba.org/distribution/services/check.html$URL_OPTIONS -o /dev/null
|
/usr/bin/wget -T 30 http://www.openmamba.org/distribution/services/check.html$URL_OPTIONS -o /dev/null
|
||||||
RET=$?
|
RET=$?
|
||||||
if [ $RET -eq 0 ]; then
|
if [ $RET -eq 0 ]; then
|
||||||
dcop @dcopid KommanderIf setVisible checkButton false
|
dcop @dcopid KommanderIf setVisible checkButton false
|
||||||
|
Loading…
Reference in New Issue
Block a user