File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ insert_alias() {
7474 echo -e " ${dgreen} Creating aliases in $sh .....${white} "
7575 echo " alias $ali_init =\" bash $path /init_docker.sh\" " >> " $sh "
7676 echo " alias $ali_build =\" docker build -t valgrind - < $path /valgrind\" " >> " $sh "
77- echo " alias $ali_valgrind ='docker run -ti --name valgrind - v \$ PWD:/code -v \" $path /root\" :/root valgrind bash'" >> " $sh "
77+ echo " alias $ali_valgrind ='docker run -ti -v \$ PWD:/code -v \" $path /root\" :/root valgrind bash'" >> " $sh "
7878}
7979
8080check_configs
@@ -97,7 +97,7 @@ read -r ali_valgrind
9797create_alias " $ali_valgrind " " dv"
9898ali_valgrind=" $ali "
9999
100- echo -en " ${magenta} Please enter a path to store your setup [~/.docker_valgrind_setup]:${white} "
100+ echo -en " ${magenta} Please enter an absolut path to store your setup [~/.docker_valgrind_setup]:${white} "
101101read -r path
102102if [[ " $path " == " " ]]
103103then
You can’t perform that action at this time.
0 commit comments