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
fix broken shebangs in dns_scripts
Signed-off-by: jeffmerkey <jeffmerkey@gmail.com>
pull/778/head
jeffmerkey
3 years ago
parent
0026b9a9f7
commit
d098b398ca
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_ionos
+1
-1
dns_scripts/dns_del_ionos
+ 1
- 1
dns_scripts/dns_add_ionos
View File
@ -1,4 +1,4 @@
#!/usr/
usr/
bin/env bash
#!/usr/bin/env bash
#
# Called as
#
+ 1
- 1
dns_scripts/dns_del_ionos
View File
@ -1,4 +1,4 @@
#!/usr/
usr/
bin/env bash
#!/usr/bin/env bash
#
# Called as
#
Write
Preview
Loading…
Cancel
Save