mirror of
https://github.com/unraid/webgui.git
synced 2026-01-29 21:19:07 -06:00
Make tty_font executable
This commit is contained in:
5
plugins/dynamix/scripts/tty_font
Executable file
5
plugins/dynamix/scripts/tty_font
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
if [[ -n $1 ]]; then
|
||||
pkill ttyd
|
||||
sed -ri "s/fontSize=[0-9]+/fontSize=$1/" /etc/default/ttyd
|
||||
fi
|
||||
Reference in New Issue
Block a user