Auto Update

This commit is contained in:
matt1432 2023-03-16 15:46:03 -04:00
parent 2682a42688
commit c191e38a5f

View file

@ -2,7 +2,7 @@
if [ ! -f ~/.env ] ; then
cat << EOF >> ~/.env
SERV_COLOR="32"
USER="$USER"
SERV_COLOR="${1:-32}"
EOF
fi