Skip to content

Commit

Permalink
fix broken shebangs in dns_scripts
Browse files Browse the repository at this point in the history
Signed-off-by: jeffmerkey <[email protected]>
  • Loading branch information
jeffmerkey committed Oct 8, 2022
1 parent 0026b9a commit d098b39
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_ionos
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/usr/bin/env bash
#!/usr/bin/env bash
#
# Called as
#
Expand Down
2 changes: 1 addition & 1 deletion dns_scripts/dns_del_ionos
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/usr/bin/env bash
#!/usr/bin/env bash
#
# Called as
#
Expand Down

0 comments on commit d098b39

Please sign in to comment.