Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Jan 22, 2024
1 parent bdfde4d commit ab5fa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmport/bundle_read_install_pkg.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ do_post_install(mportInstance *mport, mportBundleRead *bundle, mportPackageMeta
if (run_pkg_install(mport, bundle, pkg, "POST-INSTALL") != MPORT_OK)
RETURN_CURRENT_ERROR;

mport_start_stop_service(mport, pack, SERVICE_START);
mport_start_stop_service(mport, pkg, SERVICE_START);

return mark_complete(mport, pkg);
}
Expand Down

0 comments on commit ab5fa6c

Please sign in to comment.