Skip to content

Commit

Permalink
fix: dev: add missing env override for tftpdaemon script
Browse files Browse the repository at this point in the history
* this is mostly a workflow fix to set the correct logging name

Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
  • Loading branch information
sarnold committed Aug 28, 2023
1 parent 73b788b commit b29a05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tftpdaemon
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ from pyserv.settings import (
# pylint: disable=R0801


LPNAME = os.getenv('LPNAME', default='tftpd')
IFACE = os.getenv('IFACE', default='0.0.0.0')
PORT = os.getenv('PORT', default='9069')
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit b29a05b

Please sign in to comment.