Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mods
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-08 03:15:27 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-08 03:15:27 +0300
commita2f31929bcbfe91b3dade80e0f7b63ca3a3adb9d (patch)
tree6774490dd5b51b487146abcbfefa455050c13c9e /mods
parent1eb07e299750fdfa2d840d444adda4784f4a3f58 (diff)
Power leak fix
Diffstat (limited to 'mods')
-rw-r--r--mods/mod_hakchi/hakchi/rootfs/bin/remote-exec1
-rw-r--r--mods/mod_hakchi/hakchi/rootfs/bin/usleepbin0 -> 9628 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/mods/mod_hakchi/hakchi/rootfs/bin/remote-exec b/mods/mod_hakchi/hakchi/rootfs/bin/remote-exec
index f4368fa8..67789578 100644
--- a/mods/mod_hakchi/hakchi/rootfs/bin/remote-exec
+++ b/mods/mod_hakchi/hakchi/rootfs/bin/remote-exec
@@ -13,4 +13,5 @@ while [ true ]; do
rm $exec_flag
$cmd
fi
+ usleep 200000
done
diff --git a/mods/mod_hakchi/hakchi/rootfs/bin/usleep b/mods/mod_hakchi/hakchi/rootfs/bin/usleep
new file mode 100644
index 00000000..5ae85b68
--- /dev/null
+++ b/mods/mod_hakchi/hakchi/rootfs/bin/usleep
Binary files differ