Skip to content

Commit

Permalink
Fix #217
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix authored Nov 24, 2023
1 parent 71bf219 commit 253d145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -e

CURRENTUID=$(id -u)
MSGERROR="$(tput setaf 1)ERROR:$(tput sgr0)"
MSGWARNING="$(tput setaf 3)WARNING:$(tput sgr0)"
MSGERROR="\033[0;31mERROR:\033[0m"
MSGWARNING="\033[0;33mWARNING:\033[0m"
NUMCHECK='^[0-9]+$'
RAMAVAILABLE=$(awk '/MemAvailable/ {printf( "%d\n", $2 / 1024000 )}' /proc/meminfo)
USER="steam"
Expand Down

0 comments on commit 253d145

Please sign in to comment.