7 lines
103 B
Bash
7 lines
103 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
pkill -9 listmonk
|
||
|
cd ../
|
||
|
./listmonk --install --yes
|
||
|
./listmonk > /dev/null 2>/dev/null &
|