diff options
author | typebrook <typebrook@gmail.com> | 2020-01-23 17:21:45 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-23 17:21:45 +0800 |
commit | fe6c9b48c9b97073fb2ca16d45772bd3e1acf529 (patch) | |
tree | 382989202bc8e12e37b4084f38bc378772a1c0bb | |
parent | bafd8e42b22437c383720c923f491bbf7a55ec36 (diff) |
update
-rwxr-xr-x | scripts/gist | 2 |
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 | ||
80 | while ! source $config; do | 80 | while ! source $config || [[ -z "$token" ]] || [[ -z "$user" ]]; do |
81 | _auth | 81 | _auth |
82 | done | 82 | done |
83 | 83 | ||