From 1609ac6bc890d051800d296575444877e6bf0cee Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Mon, 24 Sep 2018 11:12:22 +0300 Subject: [PATCH] flip better behaviour if errors --- code/templates/flip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/templates/flip b/code/templates/flip index 54c9fbf..200a4b5 100755 --- a/code/templates/flip +++ b/code/templates/flip @@ -108,7 +108,7 @@ _read() { } _read_file() { # name, file - curl "$FLEES_ROOTURL/download/$FLEES_SHARE/$FLEES_TOKEN/$1" > "$2" + curl "$FLEES_ROOTURL/download/$FLEES_SHARE/$FLEES_TOKEN/$1" -o "$2" } _read_stdout() { # name curl -s "$FLEES_ROOTURL/download/$FLEES_SHARE/$FLEES_TOKEN/$1"