diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 0b680d1..54c72e1 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -142,7 +142,7 @@ spin host = do user = "root@"++host - bootstrapcmd = shellWrap $ intercalate " && " + bootstrapcmd = shellWrap $ intercalate " ; " [ "if [ ! -d " ++ localdir ++ " ]" , "then " ++ intercalate " && " [ "apt-get -y install git"