Clone04 commited on
Commit
0770607
1 Parent(s): 9181336

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -2
start.sh CHANGED
@@ -6,8 +6,6 @@ fi
6
 
7
  echo "Using static IP: ${STATIC_IP}"
8
 
9
- sudo service network-manager stop
10
-
11
  # Configure network using Docker network settings
12
  ip addr add ${STATIC_IP}/24 dev eth0
13
  ip link set eth0 up
 
6
 
7
  echo "Using static IP: ${STATIC_IP}"
8
 
 
 
9
  # Configure network using Docker network settings
10
  ip addr add ${STATIC_IP}/24 dev eth0
11
  ip link set eth0 up