Browse Source
Merge pull request #779 from christopherkobayashi/master
Use /usr/bin/env instead of hardcoding bash path.
update-actions-node16
Tim Kimber
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
dns_scripts/dns_add_vultr
-
dns_scripts/dns_del_vultr
|
|
@ -1,4 +1,4 @@ |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
#! /usr/bin/env bash |
|
|
# Vultr Add DNS Record |
|
|
# Vultr Add DNS Record |
|
|
|
|
|
|
|
|
api_url="https://api.vultr.com/v2" |
|
|
api_url="https://api.vultr.com/v2" |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
#! /usr/bin/env bash |
|
|
# Vultr Delete DNS Record |
|
|
# Vultr Delete DNS Record |
|
|
# This script requires jq to be installed on the machine running it |
|
|
# This script requires jq to be installed on the machine running it |
|
|
|
|
|
|
|
|
|