inversing behavious when receiving sleep flag.
This commit is contained in:
parent
184cebcfeb
commit
b47d1e65fb
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ option_sw_effects="-f \
|
|||
|
||||
option_sw=""
|
||||
|
||||
if [ "${sleep_flag}" == "set" ]
|
||||
if [ ! "${sleep_flag}" == "set" ]
|
||||
then
|
||||
option_sw_effects="${option_sw_effects} \
|
||||
--fade-in 4"
|
||||
|
|
Loading…
Reference in a new issue