]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-Stuff.sh
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/creaToolsTools
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-Stuff.sh
index 43401dc56dda951ac89a210662bc47d9b6d8fbe2..088e02b4c8ec3e84e0cda62870311908ba4553ea 100644 (file)
@@ -35,9 +35,9 @@ echo "OperatingSystem = $OperatingSystem"
         # must log as root
         echo "Please enter the root passwd to add necessary packages:"; 
         if [ "Ubuntu" == $OperatingSystem ] ; then
-           sudo "bash ThirdParty-install-Base-rpm.sh $OperatingSystem"   
+           sudo bash ThirdParty-install-Base-rpm.sh $OperatingSystem
        else
            su -c "bash ThirdParty-install-Base-rpm.sh $OperatingSystem"   
-        if 
+        fi 
     fi