From eb9d1b883b75dd9aa6000685a90231e562325f7c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 4 Jul 2021 21:44:13 +0200 Subject: [PATCH] Ignore this warning for now --- abra | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abra b/abra index 1ac6574..bded3d2 100755 --- a/abra +++ b/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