mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-17 19:08:30 +00:00
fixing fontsize
This commit is contained in:
parent
a47fb1f234
commit
b6a1fdd7d2
@ -7,7 +7,6 @@ class Invidious::Uptime
|
|||||||
# get the uptime
|
# get the uptime
|
||||||
uptime_cmd = "/usr/bin/uptime"
|
uptime_cmd = "/usr/bin/uptime"
|
||||||
uptime_args = "-p"
|
uptime_args = "-p"
|
||||||
|
|
||||||
process = Process.new(uptime_cmd, [uptime_args], output: Process::Redirect::Pipe)
|
process = Process.new(uptime_cmd, [uptime_args], output: Process::Redirect::Pipe)
|
||||||
|
|
||||||
str_uptime = process.output.gets_to_end
|
str_uptime = process.output.gets_to_end
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user