Project

General

Profile

Download (244 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh
2

    
3
# copy cache file to /conf for permanent storage
4
/sbin/umount -f /cf 2>/dev/null
5
/sbin/mount -w -o noatime /cf 2>/dev/null
6
/bin/cp /var/db/ez-ipupdate.cache /conf
7
/sbin/umount -f /cf 2>/dev/null
8
/sbin/mount -r /cf 2>/dev/null
9

    
10
exit 0
(29-29/63)