mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Fix db_name for restoration
This commit is contained in:
parent
b3eb74c766
commit
66c394e0bc
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ ynh_install_app_dependencies "mongodb mongodb-server"
|
|||
# Start mogodb
|
||||
systemctl enable mongodb
|
||||
systemctl start mongodb
|
||||
mongorestore --db $db_name ./dump/$app
|
||||
mongorestore --db $db_name ./dump/$db_name
|
||||
|
||||
#=================================================
|
||||
# RESTORE SYSTEMD
|
||||
|
|
Loading…
Reference in a new issue