refactor: remove FIND var, not used with systemd logging

This commit is contained in:
Alex Kelly 2023-01-17 10:43:43 -05:00
parent 89ad521b9e
commit 703de585e2
2 changed files with 0 additions and 2 deletions

View file

@ -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"

View file

@ -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"
#