X-Git-Url: http://git.onelab.eu/?p=procprotect.git;a=blobdiff_plain;f=procprotect.init;h=435c605fcb44bf69caaabe2afaf05f289329f47d;hp=06119caebe9d7842d41a7117b730f7722a06a046;hb=b95f21e08ca45f179b52053eb9cc410cac2bae4e;hpb=a5436ade11545ec8b62879d2b9a46a5238dd6722 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