Skip to content

Commit

Permalink
MOD: landeploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret committed Jan 8, 2025
1 parent b2d8b72 commit ad53855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function Script:main() {
echo "##### START webhook on port $PORT @ $(date)" >> "$LOG_FILE"
IO:log "##### START webhook on port $PORT"
{
IO:print "Admin : http://localhost:4040 (use this to check what is received by ngrok)"
[[ "$TUNNEL" == "ngrok" ]] && IO:print "Admin : http://localhost:4040 (use this to check what is received by ngrok)"
webhook -hooks "$HOOKS" -port "$PORT" -verbose &>> "$LOG_FILE"
} &
sleep 1
Expand Down

0 comments on commit ad53855

Please sign in to comment.