Supression de la coloration sous alpine car ne fonctionne pas
This commit is contained in:
parent
219f90e351
commit
647e6ba8d4
@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
GLPI_TARBALL="/root/glpi-9.5.1.tgz"
|
||||
FUSION_TARBALL="/root/fusioninventory-9.5.0+1.0.tar.bz2"
|
||||
NORMAL='\e[39m'
|
||||
RED='\e[31m'
|
||||
GREEN='\e[32m'
|
||||
NORMAL=''
|
||||
RED=''
|
||||
GREEN=''
|
||||
|
||||
msglog() {
|
||||
case "${1}" in
|
||||
|
@ -1,6 +1,6 @@
|
||||
NORMAL='\e[39m'
|
||||
RED='\e[31m'
|
||||
GREEN='\e[32m'
|
||||
NORMAL=''
|
||||
RED=''
|
||||
GREEN=''
|
||||
|
||||
msglog() {
|
||||
case "${1}" in
|
||||
|
Loading…
Reference in New Issue
Block a user