From 66663fb2e3cafaaa3927e6560db48c665e1fe8c0 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 3 Jan 2020 17:01:07 -0500 Subject: Remove shotty -c flag from up --- bin/up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/up.sh b/bin/up.sh index a439c8f7..1b44f9b8 100644 --- a/bin/up.sh +++ b/bin/up.sh @@ -54,7 +54,7 @@ uploadTerminal() { $(scheme -s) EOF - ptee "$@" | shotty -Bcs >> "${temp}/term.html" + ptee "$@" | shotty -Bs >> "${temp}/term.html" upload "${temp}/term.html" } -- cgit 1.4.1