1

Force green for header

This commit is contained in:
Evan Pratten 2023-07-27 11:53:22 -04:00
parent f4d3135307
commit 15a65f4fdb

View File

@ -1,5 +1,5 @@
echo "$fg[$HOST_COLOR]Platform:$reset_color $(uname -o) $(uname -r)"
echo "$fg[$HOST_COLOR]Uptime:$reset_color $(uptime -p)"
echo "$fg[green]Platform:$reset_color $(uname -o) $(uname -r)"
echo "$fg[green]Uptime:$reset_color $(uptime -p)"
# Determine if $EWCONFIG_ROOT contains uncommitted changes
if [ -d $EWCONFIG_ROOT/.git ]; then