Add prefix of git to env-shared project.
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -84,7 +84,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo -e "\n`date` - env-shared"
|
echo -e "\n`date` - env-shared"
|
||||||
env_shared_dir="$HOME/.env-shared"
|
env_shared_dir="$HOME/.git-env-shared"
|
||||||
if [[ ! -d "$env_shared_dir" ]]; then
|
if [[ ! -d "$env_shared_dir" ]]; then
|
||||||
echo -e "`date` - Not installed, downloading."
|
echo -e "`date` - Not installed, downloading."
|
||||||
if [[ -z "$BRANCH" ]]; then
|
if [[ -z "$BRANCH" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user