You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local latest_package_url=$(as_user "$SETTINGS_USERNAME""cat $versions_file | jq -r '.versions | sort_by(.releaseTime) | map(select(.type | contains ("\""$versions_target"\""))) | last | .url'")
Thanks !
The text was updated successfully, but these errors were encountered:
KidoSoraKi
changed the title
Backward compatibility with jq-1.4 for debian servers
Backward compatibility with jq-1.4 for debian jessie distros
Apr 18, 2020
Hi,
Replacing
| last | .url
by| .[length-1].url
in the quoted line bellow fixes the issue.msm/init/msm
Line 1120 in d8a6e8c
Thanks !
The text was updated successfully, but these errors were encountered: