summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrebrand.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/rebrand.sh b/rebrand.sh
index 9a43602..b34e872 100755
--- a/rebrand.sh
+++ b/rebrand.sh
@@ -1,8 +1,9 @@
#!/bin/sh
set -ex
-branding=$1
-web_path=$2
+branding="$1"
+server_path="$2"
+web_path="$2/traccar-web"
function rebrand_assets {
echo "Rebranding public assets..."