diff --git a/ct/streamlink-webui.sh b/ct/streamlink-webui.sh index d354cc2..2de879c 100644 --- a/ct/streamlink-webui.sh +++ b/ct/streamlink-webui.sh @@ -41,6 +41,7 @@ function update_script() { msg_ok "Backup Created" msg_info "Updating $APP to v${RELEASE}" + rm -rf /opt/${APP} fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui" cd /opt/"${APPLICATION}"/backend/src pip install -r requirements.txt diff --git a/frontend/public/json/streamlink-webui.json b/frontend/public/json/streamlink-webui.json index bbac9aa..6ad227a 100644 --- a/frontend/public/json/streamlink-webui.json +++ b/frontend/public/json/streamlink-webui.json @@ -10,7 +10,7 @@ "privileged": false, "interface_port": 8000, "documentation": "https://github.com/CrazyWolf13/streamlink-webui", - "config_path": "/opt/streamlink-webui/.env", + "config_path": "/opt/streamlink-webui.env", "website": "https://github.com/CrazyWolf13/streamlink-webui", "logo": null, "description": "a simple web-ui to the well-known streamlink cli application ", @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "This app requires a Twitch Cliend_ID and Client_Secret, set it in the Config file. Look in the Documentation on how to obtain it.", + "text": "This app requires a Twitch Cliend_ID and Client_Secret, set it in the Config file. Look in the documentation of the project on how to obtain it.", "type": "info" } ]