mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use $* to join all strings
This commit is contained in:
parent
668d95a2a2
commit
0cc93b7486
@ -84,7 +84,7 @@ export _sleeping=0
|
||||
|
||||
snapshot_update_status() {
|
||||
${BUILDER_ROOT}/build.sh ${NO_UPLOAD} ${POUDRIERE_SNAPSHOTS} \
|
||||
--snapshot-update-status "$@"
|
||||
--snapshot-update-status "$*"
|
||||
}
|
||||
|
||||
git_last_commit() {
|
||||
|
||||
@ -2054,8 +2054,8 @@ snapshots_update_status() {
|
||||
if [ -z "${SNAPSHOTS}" -a -z "${POUDRIERE_SNAPSHOTS}" ]; then
|
||||
return
|
||||
fi
|
||||
echo "$@"
|
||||
echo "`date` -|- $@" >> $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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user