Skip to content

Commit

Permalink
fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIRAKI-Takayoshi committed Jun 13, 2024
1 parent 662910d commit 04c5a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2
2 changes: 1 addition & 1 deletion webapi/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ webapi.cli.cmd.backupoffline=${webapi.tsurugi.home}/bin/tgctl backup create %s -
webapi.cli.cmd.restore=${webapi.tsurugi.home}/bin/tgctl restore backup %s --monitor %s --conf %s --force
webapi.cli.cmd.session-status=${webapi.tsurugi.home}/bin/tgctl session show :%s --monitor %s --conf %s
webapi.cli.cmd.session-set-var=${webapi.tsurugi.home}/bin/tgctl session set :%s %s %s --monitor %s --conf %s
webapi.cli.cmd.session-kill=${webapi.tsurugi.home}/bin/tgctl session kill :%s --monitor %s --conf %s
webapi.cli.cmd.session-kill=${webapi.tsurugi.home}/bin/tgctl session shutdown :%s --monitor %s --conf %s

0 comments on commit 04c5a53

Please sign in to comment.