summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 0789f2d..e81100b 100755
--- a/etc/rc
+++ b/etc/rc
@@ -85,7 +85,7 @@ fi
# Repair symlinks if they are broken
if [ ! -L /usr/local/www/rrd ]; then
- rm -rf /usr/local/www/rrd
+ rm -rf /usr/local/www/rrd 2>/dev/null
ln -s /var/db/rrd /usr/local/www/rrd 2>/dev/null
fi
OpenPOWER on IntegriCloud