Commit eaa0b09c authored by Tom Niget's avatar Tom Niget

Fix demo by removing certs first

parent 8781cfb6
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
for b in $(sudo ip l | grep -Po 'NETNS\w\w[\d\-a-f]+'); do sudo ip l del $b; done for b in $(sudo ip l | grep -Po 'NETNS\w\w[\d\-a-f]+'); do sudo ip l del $b; done
pkill screen pkill screen
killall python killall python
killall python3 killall python3
\ No newline at end of file find . -name '*.db' -delete
find . -name '*.crt' -delete
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment