We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761c058 commit 4193a4dCopy full SHA for 4193a4d
1 file changed
scripts/dappnode_install_pre.sh
@@ -147,12 +147,6 @@ else
147
install_lsof 2>&1 | tee -a $LOG_FILE
148
fi
149
150
-#Check connectivity
151
-{ [ -f /etc/network/interfaces ] && grep "iface en.* inet dhcp" /etc/network/interfaces &>/dev/null; } || {
152
- echo "Interfaces not found"
153
- exit 1
154
-}
155
-
156
## Add missing interfaces
157
if [ -f /usr/src/dappnode/hotplug ]; then
158
# shellcheck disable=SC2013
0 commit comments