1
0
Fork 0

add start php

This commit is contained in:
Christopher Latza 2020-06-07 18:23:30 +02:00
parent ca12ac58c2
commit e9d010fcd8
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash
echo Starting
sed -i "s|%%StreamURL%%|${StreamURL}|" config.php
sed -i "s|%%DiscordWebhook%%|${DiscordWebhook}|" config.php
sed -i "s|%%DiscordWebhook%%|${DiscordWebhook}|" config.php
php start.php