Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Sep 18, 2024
1 parent 829ca08 commit 9d21977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/runnersub.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export async function runConfigSubdomain(config, domaindata, subdomain, sshExec,
if (typeof config.services == 'string') {
await sshExec(`docker compose -f ${config.services} down --rmi || true`);
} else {
await sshExec(`docker compose down --rmi || tur`);
await sshExec(`docker compose down --rmi || true`);
}
await writeLog("$> Writing docker compose services");
let d = await dockerExec.executeServices(config.services, subdomaindata['Home directory'] + '/public_html', subdomain);
Expand Down

0 comments on commit 9d21977

Please sign in to comment.