[syncd script] fix bash script syntax error (#2326)
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This commit is contained in:
parent
40cb6e47c8
commit
f9d2b69d26
@ -39,7 +39,7 @@ fi
|
||||
supervisorctl start syncd
|
||||
|
||||
# If this platform has an initialization file for the Broadcom LED microprocessor, load it
|
||||
if [ -r ${PLATFORM_DIR}/led_proc_init.soc && ! -f /var/warmboot/warm-starting ]; then
|
||||
if [[ -r ${PLATFORM_DIR}/led_proc_init.soc && ! -f /var/warmboot/warm-starting ]]; then
|
||||
wait_syncd
|
||||
supervisorctl start ledinit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user