diff options
Diffstat (limited to 'src/initramfs-init.sh')
-rw-r--r-- | src/initramfs-init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initramfs-init.sh b/src/initramfs-init.sh index 07272c0..a566b57 100644 --- a/src/initramfs-init.sh +++ b/src/initramfs-init.sh @@ -6,7 +6,7 @@ mount -t proc proc /proc insmod /usr/keylogger.ko -# test the module +# run each test echo "$(cd usr; ls -v1 tests | while read line; do tests/$line; echo; done)" exec /bin/sh |