dalgibbard / citrix_xenserver_patcher

Auto / Manual Patching tool for Citrix XenServer Boxes
Do What The F*ck You Want To Public License
142 stars 45 forks source link

"version" cannot be more than a single decimal #38

Closed dalgibbard closed 9 years ago

dalgibbard commented 9 years ago

The Version of the script can only contain a single decimal point; eg: 1.4 Setting it higher than this causes an error, as it's interpreted as a float. Need to wrap the version in quotes so it's a string.