templates/usr/local/bin/authentik-backup.sh.j2 aktualisiert

This commit is contained in:
Lars Hahn 2024-07-24 13:49:50 +02:00
parent 7bc0a29fa0
commit 2e113e7219

View File

@ -30,6 +30,9 @@ docker exec -i $POSTGRES_DOCKER_ID /usr/local/bin/psql --username {{ authentik_d
docker-compose down
docker-compose up -d
help (){
echo "Here Help";
}
(
flock -n 9 || {
@ -42,6 +45,11 @@ docker-compose up -d
exit 1;
fi
if [ $# = 0 ]; then
help
exit 0;
fi
case $tooling in
"atlassian")
echo "blah";