Skip to content

Commit

Permalink
Update the shebang to include the login flag for scripts that need PH…
Browse files Browse the repository at this point in the history
…PENV.
  • Loading branch information
patrickcarlohickman committed Feb 19, 2023
1 parent 39c36dc commit 64161b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup/installers/install-php.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -l

source "$(dirname "$(readlink -f "${0}")")/init-install.sh"

Expand Down
2 changes: 1 addition & 1 deletion setup/resources/apache/make-site.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -l

source "$(dirname "$(dirname "$(readlink -f "${0}")")")/init-resource.sh"

Expand Down
2 changes: 1 addition & 1 deletion setup/resources/php/install-php.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -l

source "$(dirname "$(dirname "$(readlink -f "${0}")")")/init-resource.sh"

Expand Down

0 comments on commit 64161b1

Please sign in to comment.