Skip to content

Commit 1ce60f9

Browse files
committed
Do not load .env file on start inicial check
1 parent d286611 commit 1ce60f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/fresh-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ run_function check_local_env_file
490490
NEW_PID_FILE=${PID_FILE_FRESH_INSTALL:-".fresh_start"}
491491

492492
# Run initial check function
493-
run_function starts_initial_check $NEW_PID_FILE true
493+
run_function starts_initial_check $NEW_PID_FILE
494494

495495
# Save PID
496496
system_save_pid $NEW_PID_FILE

0 commit comments

Comments
 (0)