use readlink instead of realpath as it seems to be more portable
This commit is contained in:
parent
5e1517eb4d
commit
5389a42bc1
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
BASE_DIR=$(realpath $(dirname $0))
|
||||
BASE_DIR=$(readlink -f $(dirname $0))
|
||||
cd $BASE_DIR
|
||||
cd installations/consent
|
||||
source env/bin/activate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue