Files
webgui/plugins/dynamix/scripts/tty_font
2021-11-11 02:42:06 +01:00

6 lines
110 B
Bash
Executable File

#!/bin/bash
if [[ -n $1 ]]; then
pkill ttyd
sed -ri "s/fontSize=[0-9]+/fontSize=$1/" /etc/default/ttyd
fi