Task #119204 - fixed.err
back to task #119204download
Error: SHELLCHECK_WARNING (CWE-477):
/usr/libexec/livesys/livesys-main:29:39: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
# 27| . /etc/sysconfig/livesys
# 28|
# 29|-> if [ "${livesys_session}" = "gnome" -a -d /var/lib/gnome-initial-setup/ ]; then
# 30| autouser=0
# 31| fi
Error: SHELLCHECK_WARNING (CWE-477):
/usr/libexec/livesys/sessions.d/livesys-gnome:83:57: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
# 81|
# 82| # set up auto-login if it's a non-persistent boot
# 83|-> if [ "${cmdline##* rd.live.overlay[= ]}" != "$cmdline" -o ! -d /var/lib/gnome-initial-setup ]; then
# 84| cat > /etc/gdm/custom.conf <<- " FOE"
# 85| [daemon]