From: savakian Date: Wed, 18 Jul 2012 11:35:27 +0000 (+0200) Subject: Corrected bug in bash_nukem . X-Git-Tag: sfa-2.1-24~3^2~118 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c441da63a3dd043a35add7baee6842fbb9dc90c9;p=sfa.git Corrected bug in bash_nukem . --- diff --git a/sfa/senslab/config/bash_nukem b/sfa/senslab/config/bash_nukem index 96802a34..3830a132 100755 --- a/sfa/senslab/config/bash_nukem +++ b/sfa/senslab/config/bash_nukem @@ -15,7 +15,7 @@ if [ -d $1 ] then git_local_repo=$1 echo "RESPOSITORY: " $git_local_repo - cd $git_local_repo + fi # Set which vm we are working on (sfa-vm or sfa-vm2) @@ -46,7 +46,7 @@ sudo rm -rf * sudo service sfa restart # Put back the config file that you saved before - +cd $git_local_repo sudo make clean make sudo python setup.py install