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

Fi bad read

parent 70d3f7bf
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ srvname=`cat $DIR/srvname` ...@@ -5,7 +5,7 @@ srvname=`cat $DIR/srvname`
if [ -z "$srvname" ] if [ -z "$srvname" ]
then then
echo "Veuillez entrer le nom du serveur (ex: malraux1) :" echo "Veuillez entrer le nom du serveur (ex: malraux1) :"
read $srvname read srvname
echo $srvname > $DIR/srvname echo $srvname > $DIR/srvname
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment