mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-03 23:55:06 +00:00
fix: indentation
Signed-off-by: Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
This commit is contained in:
committed by
poiana
parent
3eb634d49f
commit
bcfc1fc9ff
@@ -25,7 +25,7 @@ if [[ -z "${SKIP_MODULE_LOAD}" ]]; then
|
||||
|
||||
for i in "$HOST_ROOT/usr/src"/*
|
||||
do
|
||||
base=$(basename $i)
|
||||
base=$(basename $i)
|
||||
ln -s "$i" "/usr/src/$base"
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user