1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

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 #!/usr/bin/env bash
workdir=$(dirname "$0") workdir=$(realpath $(dirname "$0"))
log=$workdir/app_list_auto_update.log log=$workdir/app_list_auto_update.log
cd $workdir cd $workdir