fix shell script error

This commit is contained in:
Huang Xin 2022-06-30 20:12:10 -07:00
parent 7a910b47a8
commit ec1a532a4f
1 changed files with 1 additions and 1 deletions
src/apps/aud-base/service

View File

@ -8,7 +8,7 @@ echo 2 > /proc/sys/kernel/randomize_va_space
echo auostart appmainprog
/usr/bin/appmainprog &
if [ -f /data/avs_setup.sh]
if [ -f /data/avs_setup.sh]; then
/data/avs_setup.sh > /dev/null &
fi