Comment unnecessary line

This commit is contained in:
Kr4ken-9 2018-06-05 23:32:25 -05:00 committed by GitHub
parent 5a00783b9e
commit 727db3ff51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ while [ -f "/usr/lib64/${FILENAME}" ]; do
FILENAME=$(shuf -n 1 build_names)
done
echo $FILENAME > build_id
# echo $FILENAME > build_id # For detaching
cp "bin/libcathook.so" "/usr/lib64/${FILENAME}"