From a0b8db9354aabed99fae7f6902bd273d951aff8d Mon Sep 17 00:00:00 2001 From: Laurent Gay Date: Tue, 12 Dec 2023 16:43:55 +0100 Subject: [PATCH] correct --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index daabb60..1918e86 100644 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ refresh_collect if [ ! -z "$archive" ] then - curl $archive -O /tmp/diacamma_archive.lbk + curl $archive > /tmp/diacamma_archive.lbk pushd $install_dir venv/bin/lucterios_admin.py addrestore -n inst-${app} -f /tmp/diacamma_archive.lbk popd