mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Fix rebuild.sh
This commit is contained in:
parent
dd4ff7f18c
commit
492293e31b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue