Y
Hacker News
new
|
ask
|
show
|
jobs
by
broknbottle
3434 days ago
if the connection closes mid stream it could potentially run something catastrophic (rm -rf /) as sh will execute the partial command in its buffer.
1 comments
geofft
3434 days ago
Yes. Wrap the entire script in a function and call the function at the end once the whole thing has transferred.
https://install.sandstorm.io/
, for instance, does this.
link