1
0
Fork 0
Discord-RTMP-Notice/start.sh

7 lines
151 B
Bash
Raw Permalink Normal View History

2020-06-07 16:12:25 +00:00
#!/bin/bash
2020-06-07 16:23:30 +00:00
echo Starting
2020-06-07 16:12:25 +00:00
sed -i "s|%%StreamURL%%|${StreamURL}|" config.php
2020-06-07 16:23:30 +00:00
sed -i "s|%%DiscordWebhook%%|${DiscordWebhook}|" config.php
php start.php