diff options
-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 | ||