1
0
Fork 0
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:
Alexandre Aubin 2024-02-26 22:02:32 +01:00
parent 0363cc80c5
commit 9c19ea5de6

View file

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