File: 020_add_shebang

package info (click to toggle)
pandorafms-agent 4.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 544 kB
  • sloc: perl: 2,924; sh: 865; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/plugins/top.sh
+++ b/plugins/top.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 echo "<module>";
 echo "<name>top</name>";
 echo "<type>generic_data_string</type>";
--- a/plugins/who.sh
+++ b/plugins/who.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 echo "<module>";
 echo "<name>who</name>";
 echo "<type>generic_data_string</type>";