[fix] exec
This commit is contained in:
parent
978d491df1
commit
49adc8630e
4 changed files with 6 additions and 6 deletions
4
forgejo/backup.sh
Normal file → Executable file
4
forgejo/backup.sh
Normal file → Executable file
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# backup gitea
|
||||
echo "stopping"
|
||||
docker-compose stop
|
||||
echo "stopping"
|
||||
. backup_gitea.sh
|
||||
./backup_gitea.sh
|
||||
echo "restart"
|
||||
docker-compose up -d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue