Auto Update
This commit is contained in:
parent
2682a42688
commit
c191e38a5f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
if [ ! -f ~/.env ] ; then
|
if [ ! -f ~/.env ] ; then
|
||||||
cat << EOF >> ~/.env
|
cat << EOF >> ~/.env
|
||||||
SERV_COLOR="32"
|
|
||||||
USER="$USER"
|
USER="$USER"
|
||||||
|
SERV_COLOR="${1:-32}"
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue