Rozdiely pre scripts/php/sk-nic/download.sh medzi verziami 1.1 a 1.2
| verzia 1.1, 2006/08/13 21:41:38 |
verzia 1.2, 2006/08/13 21:47:39 |
| Riadok 49 $WGET --quiet -O "$OUTPUT_FILE" --no-che |
|
| Riadok 49 $WGET --quiet -O "$OUTPUT_FILE" --no-che |
|
| if [ "$?" -ne 0 ]; then |
if [ "$?" -ne 0 ]; then |
| echo -ne "$PREFIX_ERR: wget error, see below (wget is $WGET):\n\n"; |
echo -ne "$PREFIX_ERR: wget error, see below (wget is $WGET):\n\n"; |
| $WGET -O "$OUTPUT_FILE" --no-check-certificate "$INPUT_FILE"; |
$WGET -O "$OUTPUT_FILE" --no-check-certificate "$INPUT_FILE"; |
| |
# pass the exit code from wget |
| |
exit $?; |
| fi; |
fi; |
| |
|
Platon Group <platon@platon.sk> http://platon.sk/
|
|