mambabase.kmdr: set wget download path to /tmp to avoid writing output file in user directory

This commit is contained in:
Silvan Calarco 2013-09-27 13:49:42 +02:00
parent 4810bbea55
commit 376e4716e8

View File

@ -397,7 +397,7 @@ Released under the terms of the GNU GPL v3 license</string>
URL_OPTIONS="$URL_OPTIONS&amp;newinst=1"
}
dcop @dcopid KommanderIf setChecked BackBox false
/usr/bin/wget -T 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 -P /tmp
RET=$?
if [ $RET -eq 0 ]; then
dcop @dcopid KommanderIf setVisible checkButton false