summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-23 17:21:45 +0800
committertypebrook <typebrook@gmail.com>2020-01-23 17:21:45 +0800
commitfe6c9b48c9b97073fb2ca16d45772bd3e1acf529 (patch)
tree382989202bc8e12e37b4084f38bc378772a1c0bb
parentbafd8e42b22437c383720c923f491bbf7a55ec36 (diff)
update
-rwxr-xr-xscripts/gist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index 67dade5..69de7f8 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -77,7 +77,7 @@ _auth() {
77 | sed 's/^/token=/' >> $config 77 | sed 's/^/token=/' >> $config
78} 78}
79 79
80while ! source $config; do 80while ! source $config || [[ -z "$token" ]] || [[ -z "$user" ]]; do
81 _auth 81 _auth
82done 82done
83 83