pfsense/etc/rc.dyndns.storecache
2004-11-07 03:06:49 +00:00

9 lines
189 B
Bash
Executable File

#!/bin/sh
# copy cache file to /conf for permanent storage
/sbin/umount -f /cf
/sbin/mount -w -o noatime /cf
/bin/cp /var/db/ez-ipupdate.cache /conf
/sbin/umount -f /cf
/sbin/mount -r /cf