summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-25 12:22:06 -0200
committerRenato Botelho <renato@netgate.com>2015-11-25 12:22:06 -0200
commite6e85f8b2ccc09e0b6be122d24ef224dc2a6e7f3 (patch)
tree228ce6990265921db4aafa7a2071cee05202cebd /tools
parentda869279e677c43fc41b85abd855a36a514fd063 (diff)
downloadpfsense-e6e85f8b2ccc09e0b6be122d24ef224dc2a6e7f3.zip
pfsense-e6e85f8b2ccc09e0b6be122d24ef224dc2a6e7f3.tar.gz
Print all parameters
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 077cf7f..453c7cf 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -2054,8 +2054,8 @@ snapshots_update_status() {
if [ -z "${SNAPSHOTS}" -a -z "${POUDRIERE_SNAPSHOTS}" ]; then
return
fi
- echo $1
- echo "`date` -|- $1" >> $SNAPSHOTSLOGFILE
+ echo "$@"
+ echo "`date` -|- $@" >> $SNAPSHOTSLOGFILE
if [ -z "${DO_NOT_UPLOAD}" -a -n "${SNAPSHOTS_RSYNCIP}" ]; then
LU=$(cat $SNAPSHOTSLASTUPDATE 2>/dev/null)
CT=$(date "+%H%M%S")
OpenPOWER on IntegriCloud