Remove log directory checks in scripts, are now handled by setup script.
This commit is contained in:
@@ -11,8 +11,6 @@ DEFAULT_CONF="$CONF_DIR/default"
|
||||
|
||||
LOGFILE="$LOGDIR/i3/genconfig.log"
|
||||
|
||||
mkdir -p "$(dirname $LOGFILE)"
|
||||
|
||||
log() {
|
||||
echo "[$(date +%FT%T)] $*" >> "$LOGFILE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user