...
 
Commits (2)
...@@ -103,7 +103,7 @@ BUILD(){ ...@@ -103,7 +103,7 @@ BUILD(){
fi fi
figlet STARTING BUILD figlet STARTING BUILD
lb --debug build lb build
if [ $? -eq 0 ];then if [ $? -eq 0 ];then
Info " ISO Build successfully for $ARCH architecture " Info " ISO Build successfully for $ARCH architecture "
......