We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0cb79 commit 63338bbCopy full SHA for 63338bb
1 file changed
scripts/secrets/configure-infisical-devbox.sh
@@ -74,7 +74,7 @@ prompt_secret() {
74
load_if_present() {
75
local path="$1"
76
77
- [ -e "$path" ] || return
+ [ -e "$path" ] || return 0
78
if [ "$(mode_of "$path")" != "600" ]; then
79
fail "$path mode is $(mode_of "$path"), expected 600"
80
fi
0 commit comments