1
0
mirror of https://github.com/wallabag/docker synced 2025-12-16 03:06:34 +00:00
Files
docker-wallabag/root/entrypoint.sh
Marvin Steadfast a9a8336f8f first commit
2016-04-18 11:00:29 +02:00

9 lines
163 B
Bash

#!/bin/sh
if [ "$1" = "wallabag" ];then
ansible-playbook -i /etc/ansible/hosts /etc/ansible/entrypoint.yml -c local
exec s6-svscan /etc/s6/
fi
exec "$@"