Update guac-upgrade.sh

Fixes #248
This commit is contained in:
Chase Wright 2023-04-17 15:53:25 -05:00 committed by GitHub
parent 2b566da6d1
commit 5c371092a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ while [ "$1" != "" ]; do
;;
-r | --mysqlpwd )
shift
mysqlrootpwd="$1"
mysqlRootPwd="$1"
;;
esac
shift