|
@@ -46,7 +46,7 @@ update_config() { # Generate key for SECRET_KEY
|
|
|
local key_value="$2"
|
|
local key_value="$2"
|
|
|
local bak_file="instance/config.py.bak"
|
|
local bak_file="instance/config.py.bak"
|
|
|
|
|
|
|
|
- echo "Go to Go to your Owncast Admin panel -> Integrations -> Access Tokens, and create an access token for OwnchatBot"
|
|
|
|
|
|
|
+ echo "Go to your Owncast Admin panel -> Integrations -> Access Tokens, and create an access token for OwnchatBot"
|
|
|
|
|
|
|
|
# Update the config file
|
|
# Update the config file
|
|
|
if sed -i.bak "s|$key_name = ''|$key_name = '$key_value'|" "instance/config.py"; then
|
|
if sed -i.bak "s|$key_name = ''|$key_name = '$key_value'|" "instance/config.py"; then
|