Rozdiely pre scripts/php/sk-nic/download.sh medzi verziami 1.10 a 1.11
| verzia 1.10, 2010/07/05 18:08:26 |
verzia 1.11, 2015/08/27 06:16:20 |
|
|
| # 2006-08-13 - created |
# 2006-08-13 - created |
| # |
# |
| |
|
| # $Platon: scripts/php/sk-nic/download.sh,v 1.9 2007-11-01 12:48:45 nepto Exp $ |
# $Platon: scripts/php/sk-nic/download.sh,v 1.10 2010-07-05 18:08:26 nepto Exp $ |
| |
|
| # |
# |
| # Put this into your crontab, it will run this script every morning at 6:15 am: |
# Put this into your crontab, it will run this script every morning at 6:15 am: |
|
|
| |
|
| # and now real import |
# and now real import |
| $PHP sk-nic.php "$OUTPUT_FILE" |
$PHP sk-nic.php "$OUTPUT_FILE" |
| |
rc="$?"; |
| |
if [ "$rc" -ne 0 ]; then |
| |
echo "ERROR: return code from sk-nic.php: $rc" >/dev/stderr; |
| |
exit $rc; |
| |
fi |
| |
|
| #echo "THESE FILES WAS DELETED BY AUTOMATED PROCESS:"; |
#echo "THESE FILES WAS DELETED BY AUTOMATED PROCESS:"; |
| #echo "---------------------------------------------"; |
#echo "---------------------------------------------"; |
Platon Group <platon@platon.sk> http://platon.sk/
|
|