From fd09bc224eb676bdd1fb1fde07b59be387c71d44 Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 14 Jun 2024 11:08:25 -0500 Subject: [PATCH] chore: Update URL for downloading init-data.sh script in run.sh --- generate-n8n-init-data/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-n8n-init-data/run.sh b/generate-n8n-init-data/run.sh index 67dd28c..3a1097d 100644 --- a/generate-n8n-init-data/run.sh +++ b/generate-n8n-init-data/run.sh @@ -21,7 +21,7 @@ fi mkdir -p "$(dirname "$location")" # Download the file from the given URL and save it to the specified location -if ! curl -L "https://raw.githubusercontent.com/n8n-io/n8n/master/docker/compose/withPostgres/init-data.sh" -o "$location"; then +if ! curl -L "https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/generate-n8n-init-data/init-data.sh" -o "$location"; then echo "Error downloading the file. Check your Internet connection or the URL." exit 1 fi