[fix] exec

This commit is contained in:
Andy Bunce 2025-05-06 16:01:30 +01:00
parent 978d491df1
commit 49adc8630e
4 changed files with 6 additions and 6 deletions

2
forgejo/backup.sh Normal file → Executable file
View file

@ -4,6 +4,6 @@
echo "stopping"
docker-compose stop
echo "stopping"
. backup_gitea.sh
./backup_gitea.sh
echo "restart"
docker-compose up -d

0
forgejo/backup_gitea.sh Normal file → Executable file
View file

0
forgejo/restore_gitea_container.sh Normal file → Executable file
View file

0
forgejo/restore_gitea_data.sh Normal file → Executable file
View file