Commit 98877257 authored by Ophélie Gagnard's avatar Ophélie Gagnard

douai: Update base IP address.

parent a66269b6
......@@ -2,7 +2,7 @@
set -e
cd douai-capri-`printf %03u $1`
ip=10.0.45.$((50+$1))
ip=192.168.46.$((50+$1))
SSH='ssh -o BatchMode=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
......
......@@ -2,7 +2,7 @@
set -e
cd douai-capri-`printf %03u $1`
ip=10.0.45.$((50+$1))
ip=192.168.46.$((50+$1))
SSH='ssh -o BatchMode=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment