refactor: remove FIND var, not used with systemd logging
This commit is contained in:
parent
89ad521b9e
commit
703de585e2
2 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ RETENTION_YEARS=1
|
||||||
|
|
||||||
# Paths to binaries
|
# Paths to binaries
|
||||||
CURL="/usr/bin/curl"
|
CURL="/usr/bin/curl"
|
||||||
FIND="/usr/bin/find"
|
|
||||||
RESTIC="/usr/bin/restic"
|
RESTIC="/usr/bin/restic"
|
||||||
ECHO="/usr/bin/echo"
|
ECHO="/usr/bin/echo"
|
||||||
|
|
||||||
|
|
1
etc/env
1
etc/env
|
@ -37,7 +37,6 @@ export GOGC=1
|
||||||
#RETENTION_YEARS=1
|
#RETENTION_YEARS=1
|
||||||
#
|
#
|
||||||
#CURL="/usr/bin/curl"
|
#CURL="/usr/bin/curl"
|
||||||
#FIND="/usr/bin/find"
|
|
||||||
#RESTIC="/usr/bin/restic"
|
#RESTIC="/usr/bin/restic"
|
||||||
#ECHO="/usr/bin/echo"
|
#ECHO="/usr/bin/echo"
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue