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 rootzoll
parent 5c1da4f19c
commit 3a25872f26

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