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