summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-06-17 18:25:08 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-06-17 18:25:18 -0400
commitdbd3b18cd21abd7251c6d881fe811055328404c4 (patch)
tree8f38a78a1e26e7b5339377b4148155c0543d449c
parent5d2e5116029edf8b7ca6afc734cb93600769d68b (diff)
downloadpfsense-dbd3b18cd21abd7251c6d881fe811055328404c4.zip
pfsense-dbd3b18cd21abd7251c6d881fe811055328404c4.tar.gz
Turn down verbosity
-rwxr-xr-xusr/sbin/pc-sysinstall/backend/functions-extractimage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/sbin/pc-sysinstall/backend/functions-extractimage.sh b/usr/sbin/pc-sysinstall/backend/functions-extractimage.sh
index aeb585f..30d13a5 100755
--- a/usr/sbin/pc-sysinstall/backend/functions-extractimage.sh
+++ b/usr/sbin/pc-sysinstall/backend/functions-extractimage.sh
@@ -413,7 +413,7 @@ init_extraction()
oIFS=$IFS
IFS=","
for FILE in $INSFILE; do
- echo_log "pc-sysinstall: Running cpdup -vvv -I -o /${FILE} /mnt/${FILE}"
+ echo_log "pc-sysinstall: Running cpdup -v -I -o /${FILE} /mnt/${FILE}"
/usr/local/bin/cpdup -vvv -I -o /${FILE} /mnt/${FILE} >&1 2>&1
if [ "$?" != "0" ]
then
OpenPOWER on IntegriCloud