Fix missing indentation

This commit is contained in:
whatever127 2019-05-02 01:42:36 +02:00
parent 9b9245a7b6
commit c44ce109bf

View File

@ -3,7 +3,7 @@ scriptName="UUP Converter v0.5.0"
UUP_CONVERTER_SCRIPT=1 UUP_CONVERTER_SCRIPT=1
if [ -f `pwd`/convert_ve_plugin ]; then if [ -f `pwd`/convert_ve_plugin ]; then
. `pwd`/convert_ve_plugin . `pwd`/convert_ve_plugin
fi fi
if [ -f `pwd`/convert_config_linux ]; then if [ -f `pwd`/convert_config_linux ]; then