소스 검색

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."