6
0
Fork 0

Uniformize parameter names for backup exporters.

This commit is contained in:
Joachim Desroches 2021-11-16 13:56:34 +01:00
parent 47d5dd3e9c
commit 2ab59719f2
Signed by untrusted user who does not match committer: jdesroches
GPG Key ID: 6778C9C29C02D691
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
BACKUPDIR=$(cat "${__object:?}/parameter/backupdir")
BACKUPDIR=$(cat "${__object:?}/parameter/repos-dir")
cat << EOF
[Unit]

View File

@ -1,2 +1,2 @@
backupdir
repos-dir
version