fix typo
This commit is contained in:
parent
d2a96c7f7b
commit
4a4f6b36a8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
pass=`secret-tool lookup ansible_vault homeservers`
|
pass=`secret-tool lookup ansible_vault setup`
|
||||||
retval=$?
|
retval=$?
|
||||||
|
|
||||||
if [ $retval -ne 0 ]; then
|
if [ $retval -ne 0 ]; then
|
||||||
|
|
Reference in a new issue