From bc90b359b9c299a63f5b77a0476de161de68b683 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 26 Feb 2024 22:02:32 +0100 Subject: [PATCH] Fix sourcesautoupdate.sh fucking up the cron job --- sourcesautoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcesautoupdate.sh b/sourcesautoupdate.sh index e431f89..99d1456 100644 --- a/sourcesautoupdate.sh +++ b/sourcesautoupdate.sh @@ -1,6 +1,6 @@ #!/bin/bash -workdir=$(dirname "$0") +workdir=$(realpath $(dirname "$0")) log=$workdir/app_sources_auto_update.log cd $workdir