1
0
Fork 0
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:
ericgaspar 2021-11-19 11:18:02 +01:00
parent a71fefa764
commit dcfdf0c9e2
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -357,7 +357,7 @@ ynh_remove_mongo() {
# Only remove the mongodb service if it is not installed. # Only remove the mongodb service if it is not installed.
if ! ynh_package_is_installed --package="mongodb*" if ! ynh_package_is_installed --package="mongodb*"
then then
ynh_print_info --message="Removing MongoDB service..." ynh_script_progression --message="Removing MongoDB service..." --weight=2
# Define Mongo Service Name # Define Mongo Service Name
if [ "$(lsb_release --codename --short)" = "buster" ]; then if [ "$(lsb_release --codename --short)" = "buster" ]; then
MONGODB_SERVICENAME=$MONGO_CE_SERVICENAME MONGODB_SERVICENAME=$MONGO_CE_SERVICENAME