Rozdiely pre scripts/php/sk-nic/download.sh medzi verziami 1.15 a 1.16
| verzia 1.15, 2017/10/07 09:33:42 |
verzia 1.16, 2022/08/08 11:14:28 |
|
|
| # 2017-10-07 - added import of expired domains (droplist) |
# 2017-10-07 - added import of expired domains (droplist) |
| # |
# |
| |
|
| # $Platon: scripts/php/sk-nic/download.sh,v 1.14 2017/09/23 09:30:13 nepto Exp $ |
# $Platon: scripts/php/sk-nic/download.sh,v 1.15 2017/10/07 09:33:42 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: |
| Riadok 103 for PROCESS_FILE in "$@"; do |
|
| Riadok 103 for PROCESS_FILE in "$@"; do |
|
| $PHP sk-nic.php "$PROCESS_FILE" |
$PHP sk-nic.php "$PROCESS_FILE" |
| rc="$?"; |
rc="$?"; |
| if [ "$rc" -ne 0 ]; then |
if [ "$rc" -ne 0 ]; then |
| echo "ERROR: return code from sk-nic.php: $rc" >/dev/stderr; |
echo "ERROR: return code from sk-nic.php: $rc"; |
| exit $rc; |
exit $rc; |
| fi |
fi |
| |
|
Platon Group <platon@platon.sk> http://platon.sk/
|
|