Skip to content

Commit

Permalink
big message
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Oct 17, 2024
1 parent 4c1fae6 commit b6fe292
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion first_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ if [[ -n "$VIAM_TEST_FAIL_RUN_FIRST" ]]; then
exit 1
fi

echo "first_run script ran successfully"
cat << EOF
-------------------------------------
Congratulations!
The setup script ran successfully!
This message is obnoxiously large for
testing purposes.
Sincerely,
First Run Script
-------------------------------------
EOF

exit 0

0 comments on commit b6fe292

Please sign in to comment.