summaryrefslogtreecommitdiffstats
path: root/modules-available
diff options
context:
space:
mode:
authorSimon Rettberg2024-11-27 13:52:48 +0100
committerSimon Rettberg2024-11-27 13:52:48 +0100
commit08b2592dfc8f8376c570ffbf9ba87455f23560c9 (patch)
tree87ebe9892d4c9b6ac3fbae6c2b12ea8c73032767 /modules-available
parent[statistics] machine details: add button to run network speedtest (diff)
downloadslx-admin-08b2592dfc8f8376c570ffbf9ba87455f23560c9.tar.gz
slx-admin-08b2592dfc8f8376c570ffbf9ba87455f23560c9.tar.xz
slx-admin-08b2592dfc8f8376c570ffbf9ba87455f23560c9.zip
[vmstore] Fix misspelled /dev/null
Diffstat (limited to 'modules-available')
-rw-r--r--modules-available/vmstore/inc/vmstorebenchmark.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/vmstore/inc/vmstorebenchmark.inc.php b/modules-available/vmstore/inc/vmstorebenchmark.inc.php
index 58940122..a06a6276 100644
--- a/modules-available/vmstore/inc/vmstorebenchmark.inc.php
+++ b/modules-available/vmstore/inc/vmstorebenchmark.inc.php
@@ -51,7 +51,7 @@ class VmStoreBenchmark
// when we're done. This is because RemoteExec only does four concurrent SSH connections, so if we wanted to
// do this the easy, synchronous way, we never could run more than four tests at the same time.
$command = <<<COMMAND
-/bin/bash <<"EOF" &> /tmp/allesmist &
+/bin/bash <<"EOF" &> /dev/null &
while true; do
echo 3 > /proc/sys/vm/drop_caches
sleep 1