#!/bin/bash echo Starting sed -i "s|%%StreamURL%%|${StreamURL}|" config.php sed -i "s|%%DiscordWebhook%%|${DiscordWebhook}|" config.php php start.php