From 9c19ea5de65a989658b4183186058807f087bf2f 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 e431f89bf7..99d14565c5 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