1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

[fix] Syntax issue in _future.sh D:

This commit is contained in:
Alexandre Aubin 2018-10-23 15:25:22 +02:00
parent baebf273cc
commit 016ff5bbe5

View file

@ -211,4 +211,7 @@ EOF
chmod +x "/etc/cron.daily/node_update"
}
ynh_version_gt() { dpkg --compare-versions "$1" gt "$2" }
ynh_version_gt ()
{
dpkg --compare-versions "$1" gt "$2"
}