Browse Source

runme.sh: Add missing colors

master
Pekka Helenius 6 years ago
committed by GitHub
parent
commit
5016147a75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      runme.sh

+ 6
- 0
runme.sh View File

@ -66,6 +66,12 @@ function checkRoot() {
checkRoot
###########################################################
# Colors
bash_red='\e[91m'
bash_color_default='\e[0m'
###########################################################
# Check for command dependencies


Loading…
Cancel
Save