Files
wallabag_docker/root/entrypoint.sh

9 lines
163 B
Bash
Raw Normal View History

2016-04-18 11:00:29 +02:00
#!/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 "$@"