Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 731e89d

Browse files
committed
Path issue.
1 parent 422635f commit 731e89d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/composer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ check_image()
2222

2323
SCRIPT="`basename $0`"
2424
REQVERS="`echo $SCRIPT | sed -r 's/composer-([0-9]*\.[0-9]*)/\1/'`"
25-
EXEC="/usr/local/bin/composer-$REQVERS"
25+
EXEC="/opt/box/bin/composer-$REQVERS"
2626

2727

2828
if [ -x "$EXEC" ]

bin/php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ check_image()
2222

2323
SCRIPT="`basename $0`"
2424
REQVERS="`echo $SCRIPT | sed -r 's/php-([0-9]*\.[0-9]*)/\1/'`"
25-
EXEC="/usr/local/bin/php-$REQVERS"
25+
EXEC="/opt/box/bin/php-$REQVERS"
2626

2727

2828
if [ -x "$EXEC" ]

bin/wp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ check_image()
2222

2323
SCRIPT="`basename $0`"
2424
REQVERS="`echo $SCRIPT | sed -r 's/wp-([0-9]*\.[0-9]*)/\1/'`"
25-
EXEC="/usr/local/bin/wp-$REQVERS"
25+
EXEC="/opt/box/bin/wp-$REQVERS"
2626

2727

2828
if [ -x "$EXEC" ]

0 commit comments

Comments
 (0)