Finish Borg script #2

Merged
lhahn merged 4 commits from borg into main 2024-07-25 21:55:47 +02:00
Showing only changes of commit 2e113e7219 - Show all commits

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";