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