From 2aaa7ee87aad87f4aeb28e2f19f7b4eb50ae436f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 21 May 2025 08:36:27 +0200 Subject: [PATCH] Update configarr.sh --- ct/configarr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/configarr.sh b/ct/configarr.sh index 02ca312..6433b6f 100644 --- a/ct/configarr.sh +++ b/ct/configarr.sh @@ -40,8 +40,8 @@ function update_script() { fetch_and_deploy_gh_release "raydak-labs/configarr" mv /opt/backup/* /opt/configarr/ cd /opt/configarr - pnpm install - pnpm run build + $STD pnpm install + $STD pnpm run build msg_ok "Updated $APP to v${RELEASE}" msg_info "Starting $APP" @@ -63,4 +63,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}:8989${CL}"