Browse Source

fix: change shebang as requested by @Neilpang

pull/2076/head
ahwayakchih 7 years ago
parent
commit
f106bef6c7
  1. 2
      deploy/mydevil.sh
  2. 2
      dnsapi/dns_mydevil.sh

2
deploy/mydevil.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
# MyDevil.net API (2019-02-03) # MyDevil.net API (2019-02-03)
# #

2
dnsapi/dns_mydevil.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
# MyDevil.net API (2019-02-03) # MyDevil.net API (2019-02-03)
# #

Loading…
Cancel
Save