diff --git a/ct/streamlink-webui.sh b/ct/streamlink-webui.sh index aca3145..5435d6b 100644 --- a/ct/streamlink-webui.sh +++ b/ct/streamlink-webui.sh @@ -70,4 +70,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:[PORT]${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8000${CL}" diff --git a/install/streamlink-webui-install.sh b/install/streamlink-webui-install.sh index e01dd52..8e88dcb 100644 --- a/install/streamlink-webui-install.sh +++ b/install/streamlink-webui-install.sh @@ -47,7 +47,7 @@ After=network.target [Service] EnvironmentFile=/opt/${APPLICATION}.env WorkingDirectory=/opt/${APPLICATION} -ExecStart=/opt/${APPLICATION}start.sh +ExecStart=/opt/${APPLICATION}/start.sh Restart=always [Install]