Skip to content

Commit 7808946

Browse files
Fix command fork parameters.
1 parent 8307839 commit 7808946

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

webapi/src/main/resources/application.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ webapi.dump.progress_percentage_filesize_sum_computed=60
6565
webapi.load.progress_percentage_filesize_sum_computed=60
6666
webapi.list.max.files=${BELAYER_MAX_FILE_LIST_SIZE:500}
6767
webapi.cli.timeout=1
68-
webapi.cli.cmd.start=${webapi.tsurugi.home}/bin/tgctl start --monitor %s --conf %s --timeout ${webapi.cli.timeout} --auth-token "%s"
69-
webapi.cli.cmd.shutdown=${webapi.tsurugi.home}/bin/tgctl shutdown --monitor %s --conf %s --timeout ${webapi.cli.timeout} --auth-token "%s"
70-
webapi.cli.cmd.db-status=${webapi.tsurugi.home}/bin/tgctl status --monitor %s --conf %s --auth-token "%s"
71-
webapi.cli.cmd.quiesce=${webapi.tsurugi.home}/bin/tgctl quiesce --monitor %s --conf %s --label %s --auth-token "%s"
72-
webapi.cli.cmd.backupoffline=${webapi.tsurugi.home}/bin/tgctl backup create %s --monitor %s --conf %s --force --auth-token "%s"
73-
webapi.cli.cmd.restore=${webapi.tsurugi.home}/bin/tgctl restore backup %s --monitor %s --conf %s --force --auth-token "%s"
74-
webapi.cli.cmd.session-status=${webapi.tsurugi.home}/bin/tgctl session show :%s --monitor %s --conf %s --auth-token "%s"
75-
webapi.cli.cmd.session-set-var=${webapi.tsurugi.home}/bin/tgctl session set :%s %s %s --monitor %s --conf %s --auth-token "%s"
76-
webapi.cli.cmd.session-kill=${webapi.tsurugi.home}/bin/tgctl session shutdown :%s --monitor %s --conf %s --auth-token "%s"
68+
webapi.cli.cmd.start=${webapi.tsurugi.home}/bin/tgctl start --monitor %s --conf %s --timeout ${webapi.cli.timeout} --auth-token %s
69+
webapi.cli.cmd.shutdown=${webapi.tsurugi.home}/bin/tgctl shutdown --monitor %s --conf %s --timeout ${webapi.cli.timeout} --auth-token %s
70+
webapi.cli.cmd.db-status=${webapi.tsurugi.home}/bin/tgctl status --monitor %s --conf %s
71+
webapi.cli.cmd.quiesce=${webapi.tsurugi.home}/bin/tgctl quiesce --monitor %s --conf %s --label %s --auth-token %s
72+
webapi.cli.cmd.backupoffline=${webapi.tsurugi.home}/bin/tgctl backup create %s --monitor %s --conf %s --force --auth-token %s
73+
webapi.cli.cmd.restore=${webapi.tsurugi.home}/bin/tgctl restore backup %s --monitor %s --conf %s --force --auth-token %s
74+
webapi.cli.cmd.session-status=${webapi.tsurugi.home}/bin/tgctl session show :%s --monitor %s --conf %s --auth-token %s
75+
webapi.cli.cmd.session-set-var=${webapi.tsurugi.home}/bin/tgctl session set :%s %s %s --monitor %s --conf %s --auth-token %s
76+
webapi.cli.cmd.session-kill=${webapi.tsurugi.home}/bin/tgctl session shutdown :%s --monitor %s --conf %s --auth-token %s

0 commit comments

Comments
 (0)