Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Jan 5, 2024
1 parent 62a8956 commit 63418df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZelBack/src/services/appsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -3153,7 +3153,7 @@ async function installApplicationHard(appSpecifications, appName, isComponent, r
log.info(appResponse);
if (appSpecifications.containerData.includes('r:') || appSpecifications.containerData.includes('g:')) {
dockerService.appDockerStop(identifier).catch((error) => log.error(`Error stopping app docker after installApplicationHard:${error}`));
stopAppMonitoring(identifier, false).catch((error) => log.error(`Error stopping app monitor after installApplicationHard:${error}`));
stopAppMonitoring(identifier, false);
}
if (res) {
res.write(serviceHelper.ensureString(appResponse));
Expand Down

0 comments on commit 63418df

Please sign in to comment.