From: Sean Whitton Date: Wed, 4 Aug 2021 22:09:29 +0000 (-0700) Subject: userv-dyndns postinst: move shebang to top of file X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=5e323ecaab93dd16ec59bf5adaeb699599edd9b7;p=userv-utils.git userv-dyndns postinst: move shebang to top of file --- 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 # Copyright 1998 David Damerell # 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)"