mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
don't block
This commit is contained in:
parent
2df60130ba
commit
aecc742095
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ ynh_add_config --template="../conf/flohmarkt.conf" --destination="$install_dir/$
|
|||
cd "$install_dir/$app"
|
||||
# initialize_couchdb seems to re-try on connect problems endlessly blocking the yunohost api
|
||||
# @@ todo take care of this
|
||||
#
|
||||
python3 initialize_couchdb.py $password_couchdb_admin $password_couchdb_flohmarkt
|
||||
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/13
|
||||
timeout 20 python3 initialize_couchdb.py $password_couchdb_admin $password_couchdb_flohmarkt
|
||||
)
|
||||
|
||||
# SETUP LOGROTATE
|
||||
|
|
Loading…
Add table
Reference in a new issue