This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
Use /usr/bin/env instead of hardcoding bash path.
pull/779/head
Christopher Kobayashi
3 years ago
parent
0026b9a9f7
commit
b8561d05eb
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dns_scripts/dns_add_vultr
+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
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
# This script requires jq to be installed on the machine running it
Write
Preview
Loading…
Cancel
Save