From c56d996f63cd2ad2eb4f7f779cb562b77f3d87a2 Mon Sep 17 00:00:00 2001 From: zramsay Date: Thu, 9 Jan 2025 13:29:53 -0500 Subject: [PATCH] fix --- build-webapp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-webapp.sh b/build-webapp.sh index 0da1fa9..6df43d3 100755 --- a/build-webapp.sh +++ b/build-webapp.sh @@ -1,6 +1,6 @@ #!/bin/bash -PKG_DIR="./" +PKG_DIR="$PWD" OUTPUT_DIR="${PKG_DIR}/dist" DEST_DIR=${1:-/data}