Skip to content

Commit

Permalink
Update run.sh to use 'with-contenv' shebang and add a greeting message
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdw committed Dec 21, 2024
1 parent dfe4fef commit aec20cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion twingate/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio

echo "Hello world!"

#---------------------------------------------------------------------------------------------------------------------------
# FUNCTIONS
Expand Down

0 comments on commit aec20cf

Please sign in to comment.