HBPNeurorobotics / CDP4_experiment

This is the NRP experiment for CDP4
GNU General Public License v3.0
0 stars 4 forks source link

wrong if statement in install.sh #10

Closed poupa29 closed 6 years ago

poupa29 commented 6 years ago

I would suggest to use if [ -d models ] instead of if cd models to test the existence of directories in the install script. Axel

jackokaiser commented 6 years ago

addressed in #9