Project

General

Profile

Download (189 Bytes) Statistics
| Branch: | Tag: | Revision:
1 5b237745 Scott Ullrich
#!/bin/sh
2
3
# copy cache file to /conf for permanent storage
4
/sbin/umount -f /cf
5
/sbin/mount -w -o noatime /cf
6
/bin/cp /var/db/ez-ipupdate.cache /conf
7
/sbin/umount -f /cf
8
/sbin/mount -r /cf