Skip to content

Commit

Permalink
Make #!/bin/bash paths consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
steveb committed Nov 5, 2024
1 parent 82e2b55 commit 6429b17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/common/bin/common.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin//bash
#!/bin/bash
#
# Copyright 2022 Red Hat Inc.
#
Expand Down
2 changes: 1 addition & 1 deletion templates/common/bin/ironic-init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin//bash
#!/bin/bash
#
# Copyright 2023 Red Hat Inc.
#
Expand Down
2 changes: 1 addition & 1 deletion templates/common/bin/runlogwatch.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

# Ramdisk logs path
LOG_DIR=${LOG_DIR:-/var/lib/ironic/ramdisk-logs}
Expand Down
2 changes: 1 addition & 1 deletion templates/ironicconductor/bin/init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin//bash
#!/bin/bash
#
# Copyright 2020 Red Hat Inc.
#
Expand Down
2 changes: 1 addition & 1 deletion templates/ironicinspector/bin/init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin//bash
#!/bin/bash
#
# Copyright 2023 Red Hat Inc.
#
Expand Down

0 comments on commit 6429b17

Please sign in to comment.