Skip to content

Commit

Permalink
adding path for php
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Dec 9, 2020
1 parent 02e1c6d commit 149068e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh
#!/bin/bash

# ensure php is in the path
export PATH=$PATH:/usr/local/bin

if [ "$#" -ne 1 ];
then
Expand Down

0 comments on commit 149068e

Please sign in to comment.