Skip to content

Commit

Permalink
fix install error -fix #546 #545 bis
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Aug 28, 2024
1 parent 3afe6e5 commit b929c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deactivate
# before 2.0.1 - Déplacement des fichiers médias de taxhub
# !! ne marche pas si la variable MEDIA_FOLDER est surcouchée
if [ ! -d "media/taxhub" ];then
mkdir -p "/media/taxhub"
mkdir -p "media/taxhub"
cp -r static/medias/* media/taxhub/
fi

Expand Down

0 comments on commit b929c8c

Please sign in to comment.