commented script

This commit is contained in:
Simone Robutti 2022-10-10 09:03:32 +02:00
parent fb952729ec
commit 16aae8707f
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
set -eu
echo "This script currently doesn't work correctly due to a bug in aerich. Do not use until said bug
is fixed"
echo "For more info: https://github.com/tortoise/aerich/issues/270"
exit
get_abs_filename() {
# $1 : relative filename
echo "$(cd "$(dirname "$1")" && pwd)/"