#!/bin/sh -e
#

/bin/cp -n /dev/null /var/tmp/access.log
/bin/rm -f /var/tmp/access.log

/bin/cp -n /var/www/html/connected_table.org /var/tmp/connected_table.html
/bin/cp -n /var/www/html/repeater_active.org /var/tmp/repeater_active.html
/bin/cp -n /var/www/html/repeater_mon.org /var/tmp/repeater_mon.html
/bin/cp -n /var/www/html/repeater_scan.org /var/tmp/repeater_scan.html
/bin/cp -n /var/www/html/error_msg.html.save /var/tmp/error_msg.html
/bin/cp -n /var/www/html/short_msg.html.save /var/tmp/short_msg.html

exit 0
