From fb12240090c53aa31a2707c87493ae2804841a2b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Feb 2024 22:13:10 +0000 Subject: [PATCH] Fix rebuild.sh --- rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuild.sh b/rebuild.sh index a048fd94..4417a728 100644 --- a/rebuild.sh +++ b/rebuild.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -workdir=$(dirname "$0") +workdir=$(realpath $(dirname "$0")) log=$workdir/app_list_auto_update.log cd $workdir