Aggiornare 'build'

main
sam 3 years ago
parent 9ce806442e
commit 5c3fa48850

@ -46,7 +46,7 @@ read MAINTAINER
## check LXD Version for Appropriate DEBIAN/control file & copy package files
############################################################################################################################
CONTROL_VERSION=5.10
if [[ $(echo -e "${VERSION}\n${CONTROL_VERSION}" | sort -V | tail -n1) == "${CONTROL_VERSION}" ]];
if [[ $(echo -e "${VERSION}\n${CONTROL_VERSION}" | sort -V | tail -n1) == "${CONTROL_VERSION}" ]];
then
CONTROL_VERSION=5.9
fi

Loading…
Cancel
Save