From f106bef6c75095a563743eae7ce246dbd813e523 Mon Sep 17 00:00:00 2001 From: ahwayakchih Date: Mon, 18 Feb 2019 16:14:33 +0100 Subject: [PATCH] fix: change shebang as requested by @Neilpang --- deploy/mydevil.sh | 2 +- dnsapi/dns_mydevil.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/mydevil.sh b/deploy/mydevil.sh index d0805b8a..1154c0c1 100755 --- a/deploy/mydevil.sh +++ b/deploy/mydevil.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env sh # MyDevil.net API (2019-02-03) # diff --git a/dnsapi/dns_mydevil.sh b/dnsapi/dns_mydevil.sh index c71c3c68..3f9df21f 100755 --- a/dnsapi/dns_mydevil.sh +++ b/dnsapi/dns_mydevil.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env sh # MyDevil.net API (2019-02-03) #