From fe6c9b48c9b97073fb2ca16d45772bd3e1acf529 Mon Sep 17 00:00:00 2001 From: typebrook Date: Thu, 23 Jan 2020 17:21:45 +0800 Subject: update --- scripts/gist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gist b/scripts/gist index 67dade5..69de7f8 100755 --- a/scripts/gist +++ b/scripts/gist @@ -77,7 +77,7 @@ _auth() { | sed 's/^/token=/' >> $config } -while ! source $config; do +while ! source $config || [[ -z "$token" ]] || [[ -z "$user" ]]; do _auth done -- cgit v1.2.3-70-g09d2