Skip to content

Commit

Permalink
Merge pull request srvrco#779 from christopherkobayashi/master
Browse files Browse the repository at this point in the history
Use /usr/bin/env instead of hardcoding bash path.
  • Loading branch information
timkimber committed Oct 26, 2022
2 parents bbcec0f + b8561d0 commit 229ad65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dns_scripts/dns_add_vultr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#! /usr/bin/env bash
# Vultr Add DNS Record

api_url="https://api.vultr.com/v2"
Expand Down
2 changes: 1 addition & 1 deletion dns_scripts/dns_del_vultr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#! /usr/bin/env bash
# Vultr Delete DNS Record
# This script requires jq to be installed on the machine running it

Expand Down

0 comments on commit 229ad65

Please sign in to comment.