diff --git a/start.sh b/start.sh index 96193ec..74e9846 100644 --- a/start.sh +++ b/start.sh @@ -1,4 +1,7 @@ #!/bin/bash +echo Starting sed -i "s|%%StreamURL%%|${StreamURL}|" config.php -sed -i "s|%%DiscordWebhook%%|${DiscordWebhook}|" config.php \ No newline at end of file +sed -i "s|%%DiscordWebhook%%|${DiscordWebhook}|" config.php + +php start.php \ No newline at end of file