5 lines
97 B
Bash
Executable file
5 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
/usr/local/sbin/secreport.sh > /var/log/secreport-$(hostname --long).log 2>&1
|