propellor spin
This commit is contained in:
parent
bbc0912aee
commit
679dd59ef7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue