From 66c23a73f578b07777718bfed845c1753a05963a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Sat, 23 Jul 2016 22:36:54 +0200 Subject: Fix start of store command --- backuper.sh | 4 ++-- 1 file 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() { -- cgit v1.2.3