Another another typo... forgor z in .zsh
This commit is contained in:
parent
c5a33e537e
commit
aa38152c1c
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@
|
|||
export GPG_PUBLIC_KEY="${gpgPublicKey}"
|
||||
export PATH="${lib.makeBinPath [pkgs.postgresql pkgs.gzip pkgs.google-cloud-sdk pkgs.gnupg]}:$PATH"
|
||||
|
||||
exec ${./backup_postgresql.sh}
|
||||
exec ${./backup_postgresql.zsh}
|
||||
'';
|
||||
|
||||
mariadbBackupScript = pkgs.writeShellScript "backup-mariadb-wrapper" ''
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
export GPG_PUBLIC_KEY="${gpgPublicKey}"
|
||||
export PATH="${lib.makeBinPath [pkgs.mariadb pkgs.gzip pkgs.google-cloud-sdk pkgs.gnupg]}:$PATH"
|
||||
|
||||
exec ${./backup_mariadb.sh}
|
||||
exec ${./backup_mariadb.zsh}
|
||||
'';
|
||||
in {
|
||||
systemd.services.backup-postgresql = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue