reset.sh 103 B

123456
  1. #!/bin/bash
  2. pkill -9 listmonk
  3. cd ../
  4. ./listmonk --install --yes
  5. ./listmonk > /dev/null 2>/dev/null &