mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Fix sourcesautoupdate.sh fucking up the cron job
This commit is contained in:
parent
0363cc80c5
commit
9c19ea5de6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
workdir=$(dirname "$0")
|
||||
workdir=$(realpath $(dirname "$0"))
|
||||
log=$workdir/app_sources_auto_update.log
|
||||
|
||||
cd $workdir
|
||||
|
|
Loading…
Add table
Reference in a new issue