Skip to content
Snippets Groups Projects
Commit b69cceba authored by alangrafu's avatar alangrafu
Browse files

Bug in install script

parent 389a053c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ do
ns=$basedir
echo "Type the local namespace you will use "
echo -n (default '$ns'): "
echo -n "(default '$ns'): "
read -u 1 aux_ns
echo ""
if [ "$aux_ns" != "" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment