From 69eab7c66c5fb8bae3f6bb9ff808caa2c06bcf81 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Sun, 18 Sep 2022 22:00:07 +0100 Subject: [PATCH] [mod] backup --- gitea/backup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitea/backup.sh b/gitea/backup.sh index 667b23e..f182149 100755 --- a/gitea/backup.sh +++ b/gitea/backup.sh @@ -1,7 +1,9 @@ +#!/bin/bash + # backup gitea echo "stopping" docker-compose stop echo "stopping" -./backup_gitea.sh +. backup_gitea.sh echo "restart" docker-compose up -d