mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Spelling
This commit is contained in:
parent
7b86821972
commit
25161d4bb9
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
#=================================================
|
||||
ynh_print_info "Starting mongodb ..."
|
||||
|
||||
# Start mogodb
|
||||
# Start mongodb
|
||||
systemctl enable mongodb
|
||||
systemctl restart mongodb
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
#=================================================
|
||||
ynh_print_info "Restoring the MongoDB database..."
|
||||
|
||||
# Start mogodb
|
||||
# Start mongodb
|
||||
systemctl enable mongodb
|
||||
systemctl start mongodb
|
||||
mongorestore --db $db_name ./dump/$db_name
|
||||
|
|
Loading…
Add table
Reference in a new issue