Skip to content

Commit

Permalink
change taxhub path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Aug 10, 2023
1 parent 485a2e8 commit 7a851d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/migration/migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fi

if [ ! -d "${newdir}/media/taxhub" ];then
mkdir "${newdir}/backend/media/taxhub"
taxhub_dir="$(dirname -- "${newdir}")/TaxHub"
taxhub_dir="$(dirname -- "${newdir}")/taxhub"
mv "${taxhub_dir}/static/medias/" "${newdir}/backend/media/taxhub"

fi
Expand Down

0 comments on commit 7a851d7

Please sign in to comment.