correct description

This commit is contained in:
strasharo 2016-03-13 15:59:14 +02:00
parent 3c8f4bb493
commit 2361a211e5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ blue="\033[1;34m"
transparent="\e[0m" transparent="\e[0m"
############################################################################################## ##############################################################################################
# DEBUG MODE = 1 ; DEBUG MODE = 0 [Normal Mode / Developer Mode] # DEBUG MODE = 0 ; DEBUG MODE = 1 [Normal Mode / Developer Mode]
if [ $FLUX_DEBUG = 1 ]; then if [ $FLUX_DEBUG = 1 ]; then
## Developer Mode ## Developer Mode
export flux_output_device=/dev/stdout export flux_output_device=/dev/stdout