We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b1c4f commit 3c66711Copy full SHA for 3c66711
1 file changed
node-installer.sh
@@ -256,7 +256,7 @@ ln -sf /opt/dusk/bin/rusk /usr/bin/rusk
256
ln -sf /opt/dusk/bin/ruskquery /usr/bin/ruskquery
257
ln -sf /opt/dusk/bin/ruskreset /usr/bin/ruskreset
258
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
+if [[ "$NETWORK" == "devnet" ]]; then
260
rm -f /usr/bin/download_state
261
fi
262
if [[ "$NETWORK" == "mainnet" || "$NETWORK" == "testnet" ]]; then
0 commit comments