Fix rebuild.sh

This commit is contained in:
root 2024-02-25 22:13:10 +00:00
parent a2da7471f9
commit fb12240090

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
workdir=$(dirname "$0")
workdir=$(realpath $(dirname "$0"))
log=$workdir/app_list_auto_update.log
cd $workdir