Ver código fonte

Update dns_openprovider.sh

fixed shebang shell to be as suggested
Bas van Ritbergen 5 anos atrás
pai
commit
1bfd0f0149
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      dnsapi/dns_openprovider.sh

+ 1 - 1
dnsapi/dns_openprovider.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env sh
 
 # This is the OpenProvider API wrapper for acme.sh
 #