summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.dyndns.storecache8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.dyndns.storecache b/etc/rc.dyndns.storecache
index 180662e..ceb2c17 100755
--- a/etc/rc.dyndns.storecache
+++ b/etc/rc.dyndns.storecache
@@ -1,8 +1,8 @@
#!/bin/sh
# copy cache file to /conf for permanent storage
-/sbin/umount -f /cf
-/sbin/mount -w -o noatime /cf
+/sbin/umount -f /cf 2>/dev/null
+/sbin/mount -w -o noatime /cf 2>/dev/null
/bin/cp /var/db/ez-ipupdate.cache /conf
-/sbin/umount -f /cf
-/sbin/mount -r /cf
+/sbin/umount -f /cf 2>/dev/null
+/sbin/mount -r /cf 2>/dev/null
OpenPOWER on IntegriCloud