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