Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #41 from internet2/comanage-cron
adding path for php
chubing committed Dec 9, 2020
2 parents 8c3bcdb + 149068e commit 2eeb7c2
Showing 1 changed file with 4 additions and 1 deletion.
@@ -1,4 +1,7 @@
#!/bin/sh
#!/bin/bash

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

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

0 comments on commit 2eeb7c2

Please sign in to comment.