mirror of
https://github.com/friendica/docker
synced 2024-11-15 18:59:27 +01:00
Philipp Holzer
1362cc34ca
- restored script `friendica` for update & wrapper purpose - fixed `cron.sh`
7 lines
72 B
Bash
7 lines
72 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
friendica install -q
|
|
friendica sendmail -q
|
|
|
|
exec "$@" |