2
0
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:
chabad360 2020-03-06 06:29:12 +00:00
parent 7bdd329793
commit b6eb3ccde2

View File

@ -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}