On Fri, Nov 27, 2020 at 12:23 PM krogac <[email protected]> wrote:
> I move guacamole form older server to new. From 0.9.14 (ubuntu 16.04) to > 1.2.0 (Debian 10). > > In 2019 I upgrade Guacamole version to 0.9.14 by this script: > > You upgraded to 0.9.14 from what prior version? #!/bin/bash > > # Check if user is root or sudo > if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; > exit 1 ; fi > > # Version number of Guacamole to install > GUACVERSION="1.0.0" This looks more like the script is intended to upgrade to 1.0.0, which would have been the latest release for all but the first week of 2019. - Mike
