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:
parent
baebf273cc
commit
016ff5bbe5
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue