File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ uninstall() {
9090 docker volume rm " $volume " & > /dev/null
9191 done
9292
93- # Remove dncore_network
94- echo " Removing docker dncore_network "
95- docker network remove dncore_network || echo " dncore_network already removed "
93+ # Remove dncore_network dnprivate_network dnpublic_network gnosis_network holesky_network hoodi_network lukso_network mainnet_network prater_network sepolia_network starknet_network starknet_sepolia_network
94+ echo " Removing dappnode networks... "
95+ docker network remove dncore_network dnprivate_network dnpublic_network gnosis_network holesky_network hoodi_network lukso_network mainnet_network prater_network sepolia_network starknet_network starknet_sepolia_network & > /dev/null || true
9696
9797 # Clean up host DNS resolution artifacts (--resolve-from-host)
9898 if $IS_LINUX ; then
You can’t perform that action at this time.
0 commit comments