summaryrefslogtreecommitdiff
path: root/debian/userv-dyndns.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/userv-dyndns.postinst')
-rwxr-xr-xdebian/userv-dyndns.postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/userv-dyndns.postinst b/debian/userv-dyndns.postinst
index a6779f9..eaf7803 100755
--- a/debian/userv-dyndns.postinst
+++ b/debian/userv-dyndns.postinst
@@ -1,3 +1,6 @@
+#!/bin/sh
+set -e
+
# Copyright 1996-2013 Ian Jackson <ijackson@chiark.greenend.org.uk>
# Copyright 1998 David Damerell <damerell@chiark.greenend.org.uk>
# Copyright 1999,2003
@@ -17,9 +20,6 @@
# You should have received a copy of the GNU General Public License
# along with userv-utils; if not, see http://www.gnu.org/licenses/.
-#!/bin/sh
-set -e
-
#DEBHELPER#
user="$(sed -n '/^[a-z]/{p;q;}' /etc/userv/dyndns-service-users)"