mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix unstable version number
This commit is contained in:
parent
5590761b32
commit
d97cc5d293
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ PRINT_YUNOHOST_VERSION () {
|
|||
ssh $arg_ssh $lxc_name "sudo yunohost --version"
|
||||
|
||||
# Get the version of YunoHost from the LXC container
|
||||
ynh_version=$(ssh -q $lxc_name "sudo yunohost --version --output-as plain | grep -A4 moulinette | tail -n1 | sed 's@\.@@g'")
|
||||
ynh_version=$(ssh -q $lxc_name "sudo yunohost --version --output-as plain | grep -A4 moulinette | tail -n1 | sed 's@\.@@g' | cut -d+ -f1")
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue