From cb382a25bf8eb1941cbf093742ddd56e84179d49 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Tue, 12 May 2020 22:54:35 +0200 Subject: [PATCH] Made shebang portable --- nsupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsupdate.sh b/nsupdate.sh index c991a7d..745db13 100755 --- a/nsupdate.sh +++ b/nsupdate.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Update a nameserver entry at inwx with the current WAN IP (DynDNS)