mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-13 16:13:34 +02:00
tweak auto-login so it does not print the standard jira login command output
This commit is contained in:
Executable → Regular
+2
-11
@@ -1,14 +1,5 @@
|
||||
#!/bin/sh
|
||||
cat <<EOF
|
||||
config:
|
||||
stop: true
|
||||
password-source: pass
|
||||
EOF
|
||||
|
||||
if [ -z "$JIRACLOUD" ]; then
|
||||
echo endpoint: http://localhost:8080
|
||||
echo user: gojira
|
||||
else
|
||||
echo endpoint: https://go-jira.atlassian.net
|
||||
echo user: gojira
|
||||
fi
|
||||
endpoint: https://go-jira.atlassian.net
|
||||
user: gojira
|
||||
|
||||
Reference in New Issue
Block a user