You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
301 B
7 lines
301 B
#!/bin/bash |
|
|
|
echo "database_url = \"$SMS_DATABASE_URL\"" > /sms-irc/config.toml |
|
echo "insp_s2s.admin_nick = \"$SMS_ADMIN_NICK\"" >> /sms-irc/config.toml |
|
echo "whatsapp.dl_path = \"$SMS_DL_PATH\"" >> /sms-irc/config.toml |
|
cat /sms-irc/docker/compose-config.toml >> /sms-irc/config.toml |
|
/sms-irc/sms-irc
|
|
|