Fixed a typo
[procprotect.git] / procprotect.init
index 06119ca..435c605 100755 (executable)
@@ -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