Skip to content

Commit 3c66711

Browse files
committed
Remove download_state on devnet installs
1 parent 38b1c4f commit 3c66711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ ln -sf /opt/dusk/bin/rusk /usr/bin/rusk
256256
ln -sf /opt/dusk/bin/ruskquery /usr/bin/ruskquery
257257
ln -sf /opt/dusk/bin/ruskreset /usr/bin/ruskreset
258258
ln -sf /opt/dusk/bin/rusk-wallet /usr/bin/rusk-wallet
259-
if [[ "$NETWORK" == "devnet" && -L /usr/bin/download_state && "$(readlink /usr/bin/download_state)" == "/opt/dusk/bin/download_state.sh" ]]; then
259+
if [[ "$NETWORK" == "devnet" ]]; then
260260
rm -f /usr/bin/download_state
261261
fi
262262
if [[ "$NETWORK" == "mainnet" || "$NETWORK" == "testnet" ]]; then

0 commit comments

Comments
 (0)