Skip to content

Commit 4193a4d

Browse files
Remove check connectivity test for prerequisite script (#648)
Co-authored-by: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com>
1 parent 761c058 commit 4193a4d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

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)