Skip to content

Commit

Permalink
Update batch files to new service executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbarmaster committed Oct 4, 2021
1 parent 10af55e commit fe20dc0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BedrockService/Service/Batch/BS_InstallStart.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bedrockservice install
bedrockservice start
bedrockservice.Service install
bedrockservice.Service start
4 changes: 2 additions & 2 deletions BedrockService/Service/Batch/BS_Restart.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bedrockservice stop
bedrockservice start
bedrockservice.Service stop
bedrockservice.Service start
2 changes: 1 addition & 1 deletion BedrockService/Service/Batch/BS_Start.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bedrockservice start
bedrockservice.Service start
2 changes: 1 addition & 1 deletion BedrockService/Service/Batch/BS_Stop.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bedrockservice stop
bedrockservice.Service stop
4 changes: 2 additions & 2 deletions BedrockService/Service/Batch/BS_StopUninstall.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bedrockservice stop
bedrockservice uninstall
bedrockservice.Service stop
bedrockservice.Service uninstall

0 comments on commit fe20dc0

Please sign in to comment.