mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Update _common.sh
This commit is contained in:
parent
a71fefa764
commit
dcfdf0c9e2
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ ynh_remove_mongo() {
|
|||
# Only remove the mongodb service if it is not installed.
|
||||
if ! ynh_package_is_installed --package="mongodb*"
|
||||
then
|
||||
ynh_print_info --message="Removing MongoDB service..."
|
||||
ynh_script_progression --message="Removing MongoDB service..." --weight=2
|
||||
# Define Mongo Service Name
|
||||
if [ "$(lsb_release --codename --short)" = "buster" ]; then
|
||||
MONGODB_SERVICENAME=$MONGO_CE_SERVICENAME
|
||||
|
|
Loading…
Add table
Reference in a new issue