mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixed gitea type
This commit is contained in:
parent
f33294fedc
commit
1026fe3821
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ in
|
|||
|
||||
echo "Copying Forgejo backup"
|
||||
cp `find ${builtins.toString cfg.forgejo.backups_dir} -type f -printf '%T+ %p\n'\
|
||||
| grep *.${builtins.toString config.services.gitea.type}
|
||||
| grep *.${builtins.toString config.services.gitea.dump.type}
|
||||
| sort | head -n 1 | awk '{print $2}'` ${builtins.toString cfg.tmp_mount_point}/Forgejo
|
||||
|
||||
echo "Clearing old Forgejo backups"
|
||||
|
|
Loading…
Reference in a new issue