Ignore this warning for now
This commit is contained in:
parent
6f6140ced2
commit
eb9d1b883b
2
abra
2
abra
@ -1601,6 +1601,8 @@ sub_app_secret_insert() {
|
||||
|
||||
# shellcheck disable=SC2059
|
||||
printf "$PW" | docker secret create "${STACK_NAME}_${SECRET}_${VERSION}" - > /dev/null
|
||||
|
||||
# shellcheck disable=SC2181
|
||||
if [[ $? != 0 ]]; then exit 1; fi # exit if secret wasn't created
|
||||
|
||||
if [ "$STORE_WITH_PASS" == "true" ] && type pass > /dev/null 2>&1; then
|
||||
|
Loading…
Reference in New Issue
Block a user