浏览代码

Fixed typo

DeadTOm 4 周之前
父节点
当前提交
e877b6d665
共有 1 个文件被更改,包括 1 次插入1 次删除
  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