mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Always allocate a psuedo-tty
This commit is contained in:
parent
b99d8e09c8
commit
afcaada363
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def main --wrapped [
|
||||||
./ ($host + ":Configuration")
|
./ ($host + ":Configuration")
|
||||||
)
|
)
|
||||||
|
|
||||||
ssh -q $host $"
|
ssh -q -tt $host $"
|
||||||
cd Configuration
|
cd Configuration
|
||||||
./rebuild.nu ($host) ($arguments | str join ' ')
|
./rebuild.nu ($host) ($arguments | str join ' ')
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue