From 236c10a48c2a498701a6354c396a92b260918ef3 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 18 Jun 2020 20:29:57 +0300 Subject: [PATCH] Remove nm earlier --- network.sh | 7 +++++-- run.sh | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/network.sh b/network.sh index 16b3397..f58e658 100755 --- a/network.sh +++ b/network.sh @@ -11,6 +11,11 @@ if [ -z "$play_host" -o -z "$node_name" -o -z "$int_ip" ]; then exit 1 fi +### Configure network +ssh root@$play_host <