diff options
author | Solderpunk <solderpunk@sdf.org> | 2019-08-31 10:50:15 +0000 |
---|---|---|
committer | Solderpunk <solderpunk@sdf.org> | 2019-08-31 10:50:15 +0000 |
commit | 891994ae9b51ec9b5078be3a4bcf413bfc488eb8 (patch) | |
tree | b5d95053ad8f29c9e77eb89fdfe5eaa2fde4af98 /telem.lua | |
parent | add a README (diff) |
Make finger invocation work on GNU/Linux.
Diffstat (limited to 'telem.lua')
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -691,7 +691,7 @@ function do_rules() end function do_finger() - os.execute("/usr/bin/finger -sh") + os.execute("/usr/bin/finger -s") end -- MAIN PROGRAM BODY BELOW |