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:54:49 +01:00
parent a0b8db9354
commit 191a568014

View file

@ -23,7 +23,7 @@ if [ ! -z "$archive" ]
then then
curl $archive > /tmp/diacamma_archive.lbk curl $archive > /tmp/diacamma_archive.lbk
pushd $install_dir pushd $install_dir
venv/bin/lucterios_admin.py addrestore -n inst-${app} -f /tmp/diacamma_archive.lbk venv/bin/lucterios_admin.py restore -n inst-${app} -f /tmp/diacamma_archive.lbk
popd popd
fi fi