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:
parent
a2da7471f9
commit
fb12240090
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
workdir=$(dirname "$0")
|
||||
workdir=$(realpath $(dirname "$0"))
|
||||
log=$workdir/app_list_auto_update.log
|
||||
|
||||
cd $workdir
|
||||
|
|
Loading…
Add table
Reference in a new issue