1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Revert "Use git to find project_dir"

This reverts commit 81158be575.
This commit is contained in:
2018-05-03 08:11:03 -04:00
parent 3cfcc9ff91
commit 89119cc75d
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
project_dir="$(git rev-parse --show-toplevel)"
project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
cd ${project_dir}
CURRENT_SESSION=wrestlingdev