aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/var_service/tftpd/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/tftpd/run b/examples/var_service/tftpd/run
index e492d8453..ceb2be555 100755
--- a/examples/var_service/tftpd/run
+++ b/examples/var_service/tftpd/run
@@ -7,7 +7,7 @@ exec </dev/null
user=root # for bind to port 69
exec \
-env - \
+env - PATH="$PATH" \
softlimit \
setuidgid "$user" \
udpsvd -v -c 10 -l localhost \