Skip to content

Commit

Permalink
Merge pull request #15 from ni-ze/main
Browse files Browse the repository at this point in the history
rename shell
  • Loading branch information
ni-ze authored Jul 2, 2022
2 parents 6b3c90b + 728827c commit d61ec2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rsqldb-disk/bin/startAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ echo "homeDir=$homeDir"

cd $binDir

chmod +x startRunner.sh
chmod +x startServer.sh
chmod +x startTaskExecutor.sh
chmod +x startSqlReceiver.sh



sh startRunner.sh $homeDir
sh startTaskExecutor.sh $homeDir

sh startServer.sh $homeDir
sh startSqlReceiver.sh $homeDir



Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d61ec2d

Please sign in to comment.