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
|
||||
CURL="/usr/bin/curl"
|
||||
FIND="/usr/bin/find"
|
||||
RESTIC="/usr/bin/restic"
|
||||
ECHO="/usr/bin/echo"
|
||||
|
||||
|
|
1
etc/env
1
etc/env
|
@ -37,7 +37,6 @@ export GOGC=1
|
|||
#RETENTION_YEARS=1
|
||||
#
|
||||
#CURL="/usr/bin/curl"
|
||||
#FIND="/usr/bin/find"
|
||||
#RESTIC="/usr/bin/restic"
|
||||
#ECHO="/usr/bin/echo"
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue