diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index a1dd73ed..896ce739 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -490,7 +490,7 @@ fi rm -f /usr/local/bin/tor || true TOR_VERSION=$(tor --version) if [[ "$TOR_VERSION" != *"Tor version 0.4"* ]]; then - $TORIFY apt-get remove -y tor + $TORIFY apt-get remove -y tor $TORIFY apt-get install -y tor fi