Skip to content

Commit

Permalink
Merge pull request #41 from internet2/comanage-cron
Browse files Browse the repository at this point in the history
adding path for php
  • Loading branch information
chubing authored Dec 9, 2020
2 parents 8c3bcdb + 149068e commit 2eeb7c2
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 2eeb7c2

Please sign in to comment.