mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 14:50:58 +00:00
bug fix in install_apps.sh
This commit is contained in:
parent
7bdd329793
commit
b6eb3ccde2
@ -8,10 +8,10 @@ cd /home/frappe/frappe-bench/
|
||||
|
||||
. env/bin/activate
|
||||
|
||||
cd apps
|
||||
cd ./apps
|
||||
|
||||
[ "${APP_BRANCH}" ] && \
|
||||
BRANCH="-b ${APP_BRANCH}"
|
||||
|
||||
git clone --depth 1 -o upstream ${APP_REPO} ${BRANCH}
|
||||
pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/APP_NAME
|
||||
pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/${APP_NAME}
|
Loading…
Reference in New Issue
Block a user