1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

\--eval for mongo_exec doesnt exist anymore

This commit is contained in:
Alexandre Aubin 2024-06-29 19:22:28 +02:00
parent af8ac24a1f
commit 98c33acfa8

View file

@ -198,6 +198,7 @@ def cleanup():
# Mongodb
(r"YNH_MONGO_VERSION", "mongo_version"),
(r"ynh_install_mongo \S*", "ynh_install_mongo"),
(r" --eval", ""),
# ynh_replace_string
(r"ynh_replace_string", "ynh_replace"),
(r"ynh_replace_special_string", "ynh_replace_regex"),