From 93d93dabad41aaafaded008c5bd279621dbbdf05 Mon Sep 17 00:00:00 2001 From: Avi Asulin Date: Wed, 29 Nov 2023 17:17:51 +0200 Subject: [PATCH] [Jupyter] fix 'update_demos.sh' path --- stable/jupyter/templates/jupyter-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/jupyter/templates/jupyter-configmap.yaml b/stable/jupyter/templates/jupyter-configmap.yaml index a89b2a682..62307e23d 100644 --- a/stable/jupyter/templates/jupyter-configmap.yaml +++ b/stable/jupyter/templates/jupyter-configmap.yaml @@ -535,7 +535,7 @@ data: mkdir -p ${HOME}/demos tar -C ${HOME}/demos -xvf /tmp/mlrun-demos --strip-components=1 rm -f /tmp/mlrun-demos - chmod a+x ${HOME}/demos/update-demos.sh || chmod a+x ${HOME}/update-demos.sh || echo 'no update-demos.sh found' + chmod a+x ${HOME}/demos/update_demos.sh || chmod a+x ${HOME}/update_demos.sh || echo 'no update_demos.sh found' touch ${HOME}/.igz/.getting-started fi