listmonk/frontend/cypress/support/reset.sh
2021-04-10 12:26:33 +05:30

6 lines
103 B
Bash
Executable file

#!/bin/bash
pkill -9 listmonk
cd ../
./listmonk --install --yes
./listmonk > /dev/null 2>/dev/null &