Skip to content

Commit

Permalink
Use /usr/bin/env instead of hardcoding bash path.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkobayashi committed Oct 9, 2022
1 parent 0026b9a commit b8561d0
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 b8561d0

Please sign in to comment.