mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
create_addon: syntax fix
This commit is contained in:
parent
5187c59c3c
commit
1cdead3623
@ -313,7 +313,7 @@ if [ $show_only == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# print summary
|
# print summary
|
||||||
if [ $_count != 'x' ]; then
|
if [ "$_count" != 'x' ]; then
|
||||||
if [ -z "$addons_failed" ]; then
|
if [ -z "$addons_failed" ]; then
|
||||||
printf "$(print_color CLR_INFO "ALL ADDONS BUILDS SUCCESSFUL")\n"
|
printf "$(print_color CLR_INFO "ALL ADDONS BUILDS SUCCESSFUL")\n"
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user