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
146f205cac
commit
a0b8db9354
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue