We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff261e commit 7c5c94cCopy full SHA for 7c5c94c
bin/oxrun
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
-package_dir=$(dirname $(realpath $0));
4
-oe_console=$(realpath "${package_dir}/../../../bin/oe-console")
+package_dir=$(dirname $0);
+oe_console=$(realpath "${package_dir}/oe-console")
5
6
if [[ ! -f $oe_console ]]; then
7
echo "${oe_console} not found" >&2
bin/oxrun-light
@@ -13,8 +13,9 @@
13
14
namespace Oxrun;
15
16
+
17
$search_autoloader = [
- "/var/www/oxideshop/vendor/autoload.php", //Docker of Deployment Repo
18
+ "/var/www/oxid-esale/vendor/autoload.php", //Docker of Deployment Repo
19
__DIR__ . "/../vendor/autoload.php",
20
__DIR__ . "/../../vendor/autoload.php",
21
__DIR__ . "/../../../vendor/autoload.php",
0 commit comments