diff options
-rw-r--r-- | backuper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backuper.sh b/backuper.sh index 5c71822..f8ef7e1 100644 --- a/backuper.sh +++ b/backuper.sh @@ -153,8 +153,8 @@ add_stage() { } start_store() { - echo "$STORE" - $STORE < "$RUNDIR"/fifo_"$NEXTSTAGE" + STORE="$STORE < "$RUNDIR"/fifo_"$NEXTSTAGE"" + echo "$STORE" | sh -s } start_command() { |