Asterisk autosupport script not recognized as such
Jérôme Warnier
jwarnier@beeznest.net
Sun Jul 3 23:59:44 UTC 2005
The script contrib/scripts/autosupport (/usr/sbin/autosupport once
installed) is not recognized as a script because the shebang line is
misplaced.
Here is a small patch to move it to its logical and useful position:
--- contrib/scripts/autosupport 2005-03-11 18:15:22.000000000 +0100
+++ /tmp/autosupport 2005-07-04 01:56:39.604726800 +0200
@@ -1,3 +1,4 @@
+#!/bin/bash
#
# Collect support information
#
@@ -8,7 +9,6 @@
# Distributed under the terms of the GNU General Public
# License
#
-#!/bin/bash
OUTPUT=$HOME/digiuminfo
More information about the Pkg-voip-maintainers
mailing list