Skip to content
Snippets Groups Projects
Verified Commit 7b013b91 authored by David Beniamine's avatar David Beniamine
Browse files

Small interface imprvemens

parent 077cc76f
No related branches found
No related tags found
No related merge requests found
Acquire::http::Proxy "http://slis:3128";
#!/bin/bash
while [ -z "$SRV_NAME" ]
do
read -p "Please enter the name of the LDAP server (ex: DSIT or 0382693W)" SRV_NAME
read -p "Merci d'entrer le code RNE de l'école (ex: DSIT or 0382693W)" SRV_NAME
done
# Prepare LDAP config
for f in dist/*
......@@ -12,3 +12,4 @@ for f in `find dist/ -type f`
do
sudo sed -i.orig "s/DSIT/$SRV_NAME/g" ${f/dist/}
done
read -p "Configuration faite, appuyez sur n'importe quelle touche pour continuer"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment