listmonk/frontend/cypress/support/reset.sh

7 lines
103 B
Bash
Raw Normal View History

2021-02-20 09:19:14 +01:00
#!/bin/bash
pkill -9 listmonk
cd ../
./listmonk --install --yes
./listmonk > /dev/null 2>/dev/null &