From c85a4a1b4f495e68f836fdf844950fcfb37cbc96 Mon Sep 17 00:00:00 2001 From: zelima Date: Wed, 11 Nov 2020 13:54:18 +0400 Subject: [PATCH] Make datapub correct variable --- sync.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sync.sh b/sync.sh index ab9180f..d8da534 100644 --- a/sync.sh +++ b/sync.sh @@ -1,7 +1,6 @@ -DATAPUB_APP={$DATAPUB_APP:=https://github.com/datopian/datapub} -git clone $DATAPUB_APP‌ +DATAPUB_APP=${DATAPUB_APP:='https://github.com/datopian/datapub'} +git clone $DATAPUB_APP cd datapub-gdx && npm install . && npm run build -cd datapub-gdx wget https://raw.githubusercontent.com/johanhaleby/bash-templater/master/templater.sh for x in $(ls build/static/js/*.js build/static/css/*.css); do bundles=$bundles"\{\% resource $x \%\}"\\n