From: Sapan Bhatia Date: Mon, 19 Aug 2013 16:21:10 +0000 (-0400) Subject: Fixed a typo X-Git-Tag: procprotect-0.4-2~4 X-Git-Url: http://git.onelab.eu/?p=procprotect.git;a=commitdiff_plain;h=b95f21e08ca45f179b52053eb9cc410cac2bae4e Fixed a typo --- diff --git a/procprotect.init b/procprotect.init index 06119ca..435c605 100755 --- a/procprotect.init +++ b/procprotect.init @@ -3,6 +3,6 @@ if [ ! -f /proc/procprotect ]; then echo "Transforward kernel module not loaded" else - echo "sysrq-trigger" > /proc/procprotect + echo "/proc/sysrq-trigger" > /proc/procprotect fi