We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc79d86 commit 26eeeefCopy full SHA for 26eeeef
Makefile
@@ -311,7 +311,7 @@ tftpd_start:
311
sudo true
312
@if sudo which atftpd >/dev/null ; then \
313
echo "Starting aftpd"; \
314
- sudo atftpd --verbose --bind-address $(TFTP_IPRANGE).100 --daemon --logfile /dev/stdout --no-fork --user $(shell whoami) --group $(shell whoami) $(TFTPD_DIR) & \
+ sudo atftpd --verbose --bind-address $(TFTP_IPRANGE).100 --daemon --logfile /dev/stdout --no-fork --user $(shell whoami) --group $(shell id -gn) $(TFTPD_DIR) & \
315
elif sudo which in.tftpd >/dev/null; then \
316
echo "Starting in.tftpd"; \
317
sudo in.tftpd --verbose --listen --address $(TFTP_IPRANGE).100 --user $(shell whoami) -s $(TFTPD_DIR) & \
0 commit comments