From b95f21e08ca45f179b52053eb9cc410cac2bae4e Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 19 Aug 2013 12:21:10 -0400 Subject: [PATCH] Fixed a typo --- procprotect.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0