mirror of
https://github.com/YunoHost-Apps/diacamma_ynh.git
synced 2024-09-03 18:26:10 +02:00
correct
This commit is contained in:
parent
a0b8db9354
commit
191a568014
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue