Bootstrap : Remove tmp touch.
This commit is contained in:
parent
5acd3750e0
commit
76dfd7ae88
|
@ -1,8 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Temproraty test.
|
|
||||||
touch INIT_DOT
|
|
||||||
|
|
||||||
# Check if this is already a git repo.
|
# Check if this is already a git repo.
|
||||||
if [[ -d ".git" ]]; then
|
if [[ -d ".git" ]]; then
|
||||||
echo "Found the .git directory. Already initialized?"
|
echo "Found the .git directory. Already initialized?"
|
||||||
|
|
Reference in a new issue