7 lines
108 B
Bash
7 lines
108 B
Bash
#!/bin/sh
|
|
set -e
|
|
cd /listmonk
|
|
./listmonk --install --yes --idempotent
|
|
./listmonk --upgrade --yes
|
|
./listmonk
|