File tree Expand file tree Collapse file tree
lxde/airootfs.any/etc/skel
plasma/airootfs.any/etc/skel
xfce/airootfs.any/etc/skel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[[ -f ~ /.bashrc ]] && . ~ /.bashrc
66[[ -f ~ /.setup.sh ]] && bash ~ /.setup.sh
7- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
7+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
88 exec startx
99fi
Original file line number Diff line number Diff line change 33#
44
55[[ -f ~ /.setup.sh ]] && bash ~ /.setup.sh
6- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
6+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
77 exec startx
88fi
Original file line number Diff line number Diff line change 44
55[[ -f ~ /.bashrc ]] && . ~ /.bashrc
66[[ -f ~ /.setup.sh ]] && ~ /.setup.sh
7- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
7+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
88 exec startx
99fi
Original file line number Diff line number Diff line change 33#
44
55[[ -f ~ /.setup.sh ]] && ~ /.setup.sh
6- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
6+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
77 exec startx
88fi
Original file line number Diff line number Diff line change 44
55[[ -f ~ /.bashrc ]] && . ~ /.bashrc
66[[ -f ~ /.setup.sh ]] && ~ /.setup.sh
7- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
7+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
88 exec startx
99fi
Original file line number Diff line number Diff line change 33#
44
55[[ -f ~ /.setup.sh ]] && ~ /.setup.sh
6- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
6+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
77 exec startx
88fi
You can’t perform that action at this time.
0 commit comments