summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/common b/etc/common
index 5529091..90bf67a 100644
--- a/etc/common
+++ b/etc/common
@@ -57,7 +57,7 @@ signal () {
if [ "xallx" = "x${PUSHTYPE}x" ]; then
# Default normal "fire and forget" push
ssh $SSH_OPTIONS -i "${SSHKEY}" -o"user ${USERNAME}" -${SSHPROTO} "${HOSTNAME}" "sync:all" >>"${LOGDIR}/${MIRROR}.log" 2>&1 &
- elif [ "xstagedx" = "x{$PUSHTYPE}x" ]; then
+ elif [ "xstagedx" = "x${PUSHTYPE}x" ]; then
# Want a staged push. Fine, lets do that
PUSHARGS=""