Skip to content

Commit 7c5c94c

Browse files
committed
Environment adapted to the vendor environment
1 parent 9ff261e commit 7c5c94c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bin/oxrun

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
package_dir=$(dirname $(realpath $0));
4-
oe_console=$(realpath "${package_dir}/../../../bin/oe-console")
3+
package_dir=$(dirname $0);
4+
oe_console=$(realpath "${package_dir}/oe-console")
55

66
if [[ ! -f $oe_console ]]; then
77
echo "${oe_console} not found" >&2

bin/oxrun-light

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313

1414
namespace Oxrun;
1515

16+
1617
$search_autoloader = [
17-
"/var/www/oxideshop/vendor/autoload.php", //Docker of Deployment Repo
18+
"/var/www/oxid-esale/vendor/autoload.php", //Docker of Deployment Repo
1819
__DIR__ . "/../vendor/autoload.php",
1920
__DIR__ . "/../../vendor/autoload.php",
2021
__DIR__ . "/../../../vendor/autoload.php",

0 commit comments

Comments
 (0)