@@ -65,12 +65,12 @@ webapi.dump.progress_percentage_filesize_sum_computed=60
6565webapi.load.progress_percentage_filesize_sum_computed =60
6666webapi.list.max.files =${BELAYER_MAX_FILE_LIST_SIZE:500}
6767webapi.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