From 9afa72622f821c9a30d8e29bbde7fba4f3c03f88 Mon Sep 17 00:00:00 2001 From: Mathias Kahl Date: Mon, 19 Aug 2024 15:07:09 +0200 Subject: [PATCH] [tooling] ensure sync.sh is executed in correct folder --- development/sync.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/sync.sh b/development/sync.sh index 06b7841..41f9bf3 100755 --- a/development/sync.sh +++ b/development/sync.sh @@ -1,3 +1,6 @@ +# Ensure this script is executed in the same folder +cd "$(dirname "$0")" + # Ensure the directory exists mkdir -p ./moodle/mod/kialo