Skip to content

Commit

Permalink
fix: bug (labring#5446)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter authored Mar 7, 2025
1 parent 8c67cc6 commit bf1e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/providers/devbox/constants/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if [ ! -f "\$SSH_CONFIG_FILE" ]; then
fi
if [ ! -s "\$SSH_CONFIG_FILE" ]; then
echo "Include \$CONFIG_FILE_TXT\\n" >> "\$SSH_CONFIG_FILE"
echo -e "Include \$CONFIG_FILE_TXT\\n" >> "\$SSH_CONFIG_FILE"
else
if ! grep -q "Include \$CONFIG_FILE_TXT" "\$SSH_CONFIG_FILE"; then
temp_file="\$(mktemp)"
Expand Down

0 comments on commit bf1e746

Please sign in to comment.