raiden-network / light-client

The Raiden Light Client
https://raiden.network/
MIT License
33 stars 31 forks source link

chore: Fix deploy rm old files #3112

Closed andrevmatos closed 2 years ago

andrevmatos commented 2 years ago

Short description rm -f ./* on deploy.sh exited with error=1 because there're folders in there. We just want to delete the files, so replace it with find.

Definition of Done

Steps to manually test the change (dApp)

1. 2.