litespeedtech / ls-cloud-image

GNU General Public License v3.0
37 stars 38 forks source link

per-instance: Fix syntax error #24

Closed merkys7 closed 3 years ago

merkys7 commented 3 years ago

Fix:

syntax error near unexpected token `elif' /dev/fd/63: line 761: ` elif [ "${APPLICATION}" = 'NONE' ]; then', exit code: 2

Related: https://github.com/litespeedtech/ls-cloud-image/commit/917a273b5d445b20da63d2f1dce5f9e860d1ecce

merkys7 commented 3 years ago

@Code-Egg could You review it? it returns exit code 2 due to syntax error

Code-Egg commented 3 years ago

Thanks.