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