mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 06:30:10 -06:00
5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
# Invoke ttyd with common options.
|
|
source /etc/default/ttyd
|
|
exec /usr/bin/ttyd -d0 $TTYD_OPTS "$@" &>/dev/null &
|