[sway] disable logging by default
This commit is contained in:
parent
0ddeca0cea
commit
2c38b70e80
1 changed files with 3 additions and 3 deletions
|
@ -191,9 +191,9 @@ cat <<EOF > "$PKG$PREFIX/bin/start_sway.sh"
|
|||
|
||||
#set -e
|
||||
|
||||
LOGFILE=~/.wsession-errors
|
||||
true > \$LOGFILE
|
||||
exec &> \$LOGFILE
|
||||
# LOGFILE=~/.wsession-errors
|
||||
# true > \$LOGFILE
|
||||
# exec &> \$LOGFILE
|
||||
|
||||
set -x
|
||||
echo "sway Starting: \$( date )"
|
||||
|
|
Loading…
Reference in a new issue