瀏覽代碼

Added new management panel login instructions

deadtom 2 周之前
父節點
當前提交
b4a35a65a9
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      update.sh

+ 5 - 3
update.sh

@@ -24,7 +24,9 @@ done < "$CONFIG_FILE"
 # Replace the original config file with the updated temp file
 mv "$TEMP_FILE" "$CONFIG_FILE"
 
-echo "Config file updated."
-echo "Create a new access token in your Owncast Admin panel -> Integrations -> Access Tokens."
-echo "Enter the new name and token into the new variables in $CONFIG_FILE."
+echo -e "Config file updated.\n"
+echo -e "***IMPORTANT***\n"
+echo -e "Create a new access token in your Owncast Admin panel -> Integrations -> Access Tokens."
+echo -e "Enter the new name and token into the new variables in $CONFIG_FILE.\n"
+echo "The way you access your OwnchatBot management panel has changed. Authentication is now handled using your Owncast server as an IndieAuth server. You log in using the same credentials you use to log in to your Owncast Admin page."