fix executable
This commit is contained in:
parent
397506d3bf
commit
8dd353327f
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
SHELL=/bin/sh
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
#!/bin/sh
|
||||
|
||||
/usr/local/sbin/secreport.sh > /var/log/secreport.log
|
||||
set -e
|
||||
|
||||
/usr/local/sbin/secreport.sh > /var/log/secreport-$(hostname --long).log
|
||||
|
|
Loading…
Add table
Reference in a new issue