From 343b266b4f27ab9f510c95db3b2e79d9deae7782 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:08:45 +0200 Subject: [PATCH] Update bar-assistant-install.sh --- install/bar-assistant-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/bar-assistant-install.sh b/install/bar-assistant-install.sh index bacec12..a89c395 100644 --- a/install/bar-assistant-install.sh +++ b/install/bar-assistant-install.sh @@ -113,8 +113,8 @@ mv /opt/vue-salt-rim-${RELEASE_SALTRIM}/ /opt/vue-salt-rim cd /opt/vue-salt-rim cat </opt/vue-salt-rim/public/config.js window.srConfig = {} -window.srConfig.API_URL = "http://${LOCAL_IP}/bar/" -window.srConfig.MEILISEARCH_URL = "http://${LOCAL_IP}/search/" +window.srConfig.API_URL = "http://${LOCAL_IP}/bar" +window.srConfig.MEILISEARCH_URL = "http://${LOCAL_IP}/search" EOF $STD npm install $STD npm run build