From c441da63a3dd043a35add7baee6842fbb9dc90c9 Mon Sep 17 00:00:00 2001 From: savakian Date: Wed, 18 Jul 2012 13:35:27 +0200 Subject: [PATCH] Corrected bug in bash_nukem . --- sfa/senslab/config/bash_nukem | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0