Skip to content

Commit 59606d7

Browse files
committed
Remove check connectivity test for prerequisite script
1 parent d382f3b commit 59606d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/dappnode_install_pre.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,6 @@ else
147147
install_lsof 2>&1 | tee -a $LOG_FILE
148148
fi
149149

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-
156150
## Add missing interfaces
157151
if [ -f /usr/src/dappnode/hotplug ]; then
158152
# shellcheck disable=SC2013

0 commit comments

Comments
 (0)