removed logging and fixed colors
This commit is contained in:
@@ -15,12 +15,6 @@ color_cyan() { printf '%b' "$CYAN"; }
|
||||
color_gray() { printf '%b' "$GRAY"; }
|
||||
color_reset() { printf '%b' "$RESET"; }
|
||||
|
||||
##########################
|
||||
# Logging
|
||||
##########################
|
||||
LOGFILE="${LOGFILE:-/tmp/debian-plasma.log}"
|
||||
exec > >(tee -a "$LOGFILE") 2>&1
|
||||
|
||||
##########################
|
||||
# Variables
|
||||
##########################
|
||||
|
||||
Reference in New Issue
Block a user