clusterlink-net / clusterlink

A Gateway for connecting application services in different domains, networks, and cloud infrastructures
https://clusterlink.net
Other
17 stars 18 forks source link

[BUG]: clusterlink install deletes a local directory without warning #631

Closed huang195 closed 3 months ago

huang195 commented 4 months ago

Describe the bug I have a local directory in the current pwd called clusterlink, and when I run the install script (curl -L https://github.com/clusterlink-net/clusterlink/releases/latest/download/clusterlink.sh | sh - ), it always deletes my local direcotry clusterlink.

To Reproduce Create clusterlink directory in the current pwd, and run curl -L https://github.com/clusterlink-net/clusterlink/releases/latest/download/clusterlink.sh | sh -

Expected behavior Install script should not delete anything without user being notified.