projects
/
valheim_web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b32f1
)
Use the correct process name...
author
Greg Burri
<greg.burri@gmail.com>
Wed, 10 Mar 2021 15:24:20 +0000
(16:24 +0100)
committer
Greg Burri
<greg.burri@gmail.com>
Wed, 10 Mar 2021 15:24:20 +0000
(16:24 +0100)
backend/src/valheim_controller.rs
patch
|
blob
|
history
diff --git
a/backend/src/valheim_controller.rs
b/backend/src/valheim_controller.rs
index
fd6dcc4
..
f10a2b2
100644
(file)
--- a/
backend/src/valheim_controller.rs
+++ b/
backend/src/valheim_controller.rs
@@
-42,7
+42,7
@@
fn format_byte_size(bytes: u64, precision: usize) -> String {
String::from("")
\r
}
\r
\r
-const VALHEIM_PROCESS_NAME: &str = "
firefox"; //
valheim_server";
\r
+const VALHEIM_PROCESS_NAME: &str = "valheim_server";
\r
\r
pub fn get_valheim_executable_information() -> Option<ValheimExe> {
\r
let mut system = sysinfo::System::new_all();
\r