Update 'setup.sh'
This commit is contained in:
parent
d44bbf253a
commit
25a9d2bdc8
1 changed files with 0 additions and 1 deletions
1
setup.sh
1
setup.sh
|
@ -13,7 +13,6 @@ for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done
|
||||||
if [ ! -f ../../.env ] ; then
|
if [ ! -f ../../.env ] ; then
|
||||||
cat << EOF >> ../../.env
|
cat << EOF >> ../../.env
|
||||||
SERV_COLOR="32"
|
SERV_COLOR="32"
|
||||||
USER=""
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
source ./setenv.sh
|
source ./setenv.sh
|
||||||
|
|
Loading…
Reference in a new issue