mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
Update run.sh
This commit is contained in:
@@ -16,7 +16,6 @@ echo "Launch app"
|
|||||||
su -m wger -c "\
|
su -m wger -c "\
|
||||||
python3 manage.py migrate || true && \
|
python3 manage.py migrate || true && \
|
||||||
DOCKER_DIR=./extras/docker/development && \
|
DOCKER_DIR=./extras/docker/development && \
|
||||||
pip3 install -e . && \
|
|
||||||
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi && \
|
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi && \
|
||||||
cd /home/wger/src && \
|
cd /home/wger/src && \
|
||||||
export FROM_EMAIL='wger Workout Manager <wger@example.com>' && \
|
export FROM_EMAIL='wger Workout Manager <wger@example.com>' && \
|
||||||
|
|||||||
Reference in New Issue
Block a user