summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index e2d8859..b7d993a 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -69,7 +69,7 @@ pfSenseupgrade)
# tar explode image onto hd
if [ -r $2 ]; then
- tar xzvPf $2 -C / > /dev/null 2>&1
+ tar xzvPf $2 -U -C / > /dev/null 2>&1
echo "Image installed."
fi
OpenPOWER on IntegriCloud