fix(bitcon.update): unary operator expected (#3365)

* fix(bitcon.update): unary operator expected
* Update home.admin/config.scripts/bitcoin.update.sh

Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
This commit is contained in:
Oliver Offing 2022-11-09 16:43:36 -03:00 committed by GitHub
parent 5d61d0b216
commit 67335444b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ if [ "${mode}" = "tested" ]||[ "${mode}" = "reckless" ]||[ "${mode}" = "custom"
displayInfo
if [ $installedVersion = $bitcoinVersion ];then
if [ "$installedVersion" = "$bitcoinVersion" ]; then
echo "# installedVersion = bitcoinVersion"
echo "# exiting script"
exit 0