summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-25 19:35:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-25 19:35:19 +0000
commit706c675fc74d13dd670d86788d8e4819f7e7e50c (patch)
treee1b7d668d04b627ab0d8a6080654d4f2872e3e68 /etc
parent5f78ff712209fe8671c719aef2f39ad7c02aecf7 (diff)
downloadpfsense-706c675fc74d13dd670d86788d8e4819f7e7e50c.zip
pfsense-706c675fc74d13dd670d86788d8e4819f7e7e50c.tar.gz
Do not show errors. We may not be on a CF type system.
Diffstat (limited to 'etc')
-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