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
parent
commit
229ad65bb9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dns_scripts/dns_add_vultr
  2. +1
    -1
      dns_scripts/dns_del_vultr

+ 1
- 1
dns_scripts/dns_add_vultr View File

@ -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
- 1
dns_scripts/dns_del_vultr View File

@ -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


Loading…
Cancel
Save