mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +00:00
fix path for in install scripts
This commit is contained in:
parent
f74061f1e1
commit
038469e73f
3 changed files with 9 additions and 9 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
COMPOSER_COMMAND='composer'
|
COMPOSER_COMMAND='composer'
|
||||||
|
|
||||||
DIR="${BASH_SOURCE%/*}"
|
DIR="${BASH_SOURCE}"
|
||||||
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
|
if [[ ! -d "$DIR" ]]; then DIR="$PWD/scripts"; fi
|
||||||
. "$DIR/require.sh"
|
. "$DIR/require.sh"
|
||||||
|
|
||||||
$COMPOSER_COMMAND install
|
$COMPOSER_COMMAND install
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
COMPOSER_COMMAND='composer'
|
COMPOSER_COMMAND='composer'
|
||||||
|
|
||||||
DIR="${BASH_SOURCE%/*}"
|
DIR="${BASH_SOURCE}"
|
||||||
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
|
if [[ ! -d "$DIR" ]]; then DIR="$PWD/scripts"; fi
|
||||||
. "$DIR/require.sh"
|
. "$DIR/require.sh"
|
||||||
|
|
||||||
ENV=$1
|
ENV=$1
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
COMPOSER_COMMAND='composer'
|
COMPOSER_COMMAND='composer'
|
||||||
|
|
||||||
DIR="${BASH_SOURCE%/*}"
|
DIR="${BASH_SOURCE}"
|
||||||
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
|
if [[ ! -d "$DIR" ]]; then DIR="$PWD/scripts"; fi
|
||||||
. "$DIR/require.sh"
|
. "$DIR/require.sh"
|
||||||
|
|
||||||
ENV=$1
|
ENV=$1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue