propellor spin
This commit is contained in:
parent
416ac6c7ee
commit
3ced1cecc5
|
@ -149,7 +149,7 @@ spin host = do
|
||||||
]
|
]
|
||||||
, "else " ++ intercalate " && "
|
, "else " ++ intercalate " && "
|
||||||
[ "cd " ++ localdir
|
[ "cd " ++ localdir
|
||||||
, "if [ ! -x ./propellor ]; then make build; fi"
|
, "if ! test -x ./propellor; then make build; fi"
|
||||||
, "./propellor --boot " ++ host
|
, "./propellor --boot " ++ host
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue