Преглед изворни кода

Update dns_openprovider.sh

fixed shebang shell to be as suggested
Bas van Ritbergen пре 5 година
родитељ
комит
1bfd0f0149
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 #