Skip to content

Commit 19d2ca0

Browse files
committed
update
1 parent 3038285 commit 19d2ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-manager/src/express.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ app.post("/submit_xdpos", (req, res) => {
151151
} else {
152152
res.render("xdpos_generator/submit.pug", {
153153
message:
154-
"Config generation success, please continue with './docker-up.sh'",
154+
"Config generation success, please continue with 'cd generated;' then './docker-up.sh machine1;'",
155155
});
156156
process.exit(0);
157157
}

0 commit comments

Comments
 (0)