mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
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:
parent
5d61d0b216
commit
67335444b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user