DeadTOm 4 viikkoa sitten
vanhempi
sitoutus
e877b6d665
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -46,7 +46,7 @@ update_config() {  # Generate key for SECRET_KEY
     local key_value="$2"
     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
     if sed -i.bak "s|$key_name = ''|$key_name = '$key_value'|" "instance/config.py"; then