Compare commits
2 commits
2ac56e6c8f
...
b9c2295488
Author | SHA1 | Date | |
---|---|---|---|
b9c2295488 | |||
21cb9521c2 |
2 changed files with 3 additions and 3 deletions
|
@ -7,5 +7,5 @@ subnets https://wiki.corp.metrans.cz/index.php?title=IP_Segment_and_vlans
|
|||
hd https://helpdesk.corp.metrans.cz/projects/devops/issues?set_filter=1&tracker_id=2
|
||||
gf https://grafana.corp.metrans.cz/d/b59e6c9f2fcbe2e16d77fc492374cc4f/kubernetes-compute-resources-multi-cluster?orgId=1&refresh=10s
|
||||
dkc https://dkeycloak.corp.metrans.cz/realms/master/protocol/openid-connect/auth?client_id=security-admin-console&redirect_uri=https%3A%2F%2Fdkeycloak.corp.metrans.cz%2Fadmin%2Fmaster%2Fconsole%2F&state=61dd29a8-db7b-442e-8bbd-21c26fd7a4e9&response_mode=fragment&response_type=code&scope=openid&nonce=3e6c3fc6-fbfe-41ff-9bcf-91731eafa002&code_challenge=UlLydrKo0i3AF6wxL5J_LKr85Xn3_ADl2LUWyZcFscQ&code_challenge_method=S256
|
||||
gl https://gitlab.corp.metrans.cz/mis3
|
||||
gl https://gitlab.corp.metrans.cz/devops
|
||||
cent http://centreon.corp.metrans.cz/centreon/login
|
||||
|
|
|
@ -4,7 +4,7 @@ set -x
|
|||
|
||||
log() {
|
||||
# echo "$@" >&2
|
||||
notify-send -t 1000 "Gopass form filler" "$*"
|
||||
notify-send "Gopass form filler" "$*"
|
||||
}
|
||||
|
||||
qute-command() {
|
||||
|
@ -30,7 +30,7 @@ then
|
|||
secret="$(printf "%s\n" "${secrets[@]}" | rofi -dmenu)"
|
||||
elif (( ${#secrets[@]} < 1 ))
|
||||
then
|
||||
log "No secret found!"
|
||||
log "No secret found for domain $domain !"
|
||||
exit 0
|
||||
else
|
||||
secret="${secrets[0]}"
|
||||
|
|
Loading…
Add table
Reference in a new issue