inversing behavious when receiving sleep flag.

This commit is contained in:
primardj 2024-01-22 21:40:19 +00:00
parent 184cebcfeb
commit b47d1e65fb

View file

@ -47,7 +47,7 @@ option_sw_effects="-f \
option_sw="" option_sw=""
if [ "${sleep_flag}" == "set" ] if [ ! "${sleep_flag}" == "set" ]
then then
option_sw_effects="${option_sw_effects} \ option_sw_effects="${option_sw_effects} \
--fade-in 4" --fade-in 4"