Skip to content

Commit

Permalink
Fix sourcesautoupdate.sh fucking up the cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Feb 26, 2024
1 parent 0363cc8 commit 9c19ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcesautoupdate.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

workdir=$(dirname "$0")
workdir=$(realpath $(dirname "$0"))
log=$workdir/app_sources_auto_update.log

cd $workdir
Expand Down

0 comments on commit 9c19ea5

Please sign in to comment.