From 12185c2b1ef0c99e1555ed90f6fabdbed6200978 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Tue, 19 Feb 2019 18:08:23 +0100
Subject: [PATCH] Quicker post install

---
 do_postinstall.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/do_postinstall.sh b/do_postinstall.sh
index c107016..362ab0b 100755
--- a/do_postinstall.sh
+++ b/do_postinstall.sh
@@ -37,14 +37,6 @@ DIR=`dirname $0`
 echo "Updating eole"
 Maj-Auto
 
-# Configure
-$DIR/import_config.sh
-
-echo "Please set the school network IP, save and quit the configurator"
-gen_config
-echo "Configuring server"
-reconfigure
-
 for ctn in partage reseau
 do
     echo "Running post install for $ctn"
-- 
GitLab