Skip to content

Commit 63338bb

Browse files
committed
fix(devbox): allow missing infisical machine config during setup
1 parent fd0cb79 commit 63338bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/secrets/configure-infisical-devbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ prompt_secret() {
7474
load_if_present() {
7575
local path="$1"
7676

77-
[ -e "$path" ] || return
77+
[ -e "$path" ] || return 0
7878
if [ "$(mode_of "$path")" != "600" ]; then
7979
fail "$path mode is $(mode_of "$path"), expected 600"
8080
fi

0 commit comments

Comments
 (0)