@ -1,7 +1,7 @@
#!/bin/bash
die() { echo >&2 "$@" ; exit 1 ; }
DIRNAME="$(dirname $0)"
DIRNAME="$(dirname $(realpath "$0"))"
cd "$DIRNAME"
source ../env.production