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
|
||||
cat << EOF >> ~/.env
|
||||
SERV_COLOR="32"
|
||||
USER="$USER"
|
||||
SERV_COLOR="${1:-32}"
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue