1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diacamma_ynh.git synced 2024-09-03 18:26:10 +02:00
This commit is contained in:
Laurent Gay 2023-12-12 16:43:55 +01:00
parent 146f205cac
commit a0b8db9354

View file

@ -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