2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-31 03:38:18 +02:00
docker/stable/fpm-alpine/entrypoint.sh
Philipp Holzer 1362cc34ca
Fixed cron.sh & update
- restored script `friendica` for update & wrapper purpose
- fixed `cron.sh`
2018-05-21 21:32:26 +02:00

7 lines
72 B
Bash

#!/bin/sh
set -eu
friendica install -q
friendica sendmail -q
exec "$@"