Skip to content

Commit

Permalink
Use 8/16 colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Apr 13, 2024
1 parent 3bfcebe commit f3d7b73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions generic/opt/share/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ docker run --rm -it -v data:/data -e PUID=$(id -u) -e PGID=$(id -g) rednoah/file


if [ "$(id -u)" -eq 0 ]; then
echo '
\033[38;5;202m
echo '
\033[91m
!!! YOU ARE RUNNING AS ROOT AND NOT AS NORMAL USER !!!
\033[0m
'
\033[0m
'
fi


echo "
\033[38;5;40m
\033[93m
USER=$(id -un)($(id -u))
HOME=$HOME
\033[0m
Expand Down

0 comments on commit f3d7b73

Please sign in to comment.