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 bbdcc33 commit b8d1bbeCopy full SHA for b8d1bbe
bin/run-network
@@ -6,7 +6,7 @@ if [[ -z ${NETWORK} ]]; then
6
fi
7
8
export PATH=${PATH}:/usr/local/bin
9
-mkdir -p ipc
+mkdir -p /ipc
10
case ${NETWORK} in
11
mainnet|testnet|preview|preprod) : ;;
12
*) echo "[Error] Managed configuration for network ${NETWORK} does not exist"; exit 1 ;;
0 commit comments