mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
fix
This commit is contained in:
parent
5dbdd1ea48
commit
0be759da06
1 changed files with 2 additions and 2 deletions
|
@ -329,9 +329,9 @@ ynh_install_mongo() {
|
||||||
ynh_print_info --message="Installing MongoDB Community Edition ..."
|
ynh_print_info --message="Installing MongoDB Community Edition ..."
|
||||||
local mongo_debian_release=$(ynh_get_debian_release)
|
local mongo_debian_release=$(ynh_get_debian_release)
|
||||||
|
|
||||||
if [ "$mongo_debian_release" -eq bullseye ] ; then
|
if [ "$mongo_debian_release" == bullseye ] ; then
|
||||||
ubuntu_version="focal"
|
ubuntu_version="focal"
|
||||||
elif [ "$mongo_debian_release" -eq bookworm ] ; then
|
elif [ "$mongo_debian_release" == bookworm ] ; then
|
||||||
ubuntu_version="jammy"
|
ubuntu_version="jammy"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue