From e9d010fcd8c18e23e830406b3b9b28c68ed24c24 Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Sun, 7 Jun 2020 18:23:30 +0200 Subject: [PATCH] add start php --- start.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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