Skip to content

Commit

Permalink
change start shell
Browse files Browse the repository at this point in the history
Signed-off-by: wmqwxb <[email protected]>
  • Loading branch information
wmqwxb committed Dec 28, 2023
1 parent 6ee3a18 commit b38d90d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ usage() {
echo -e "${ok_c}board${esc_c}"
echo "------------------------------------"
echo -e "${ok_c}Usage:${esc_c}"
echo -e " `basename ${0}` [component] start - Start the server application."
echo -e " `basename ${0}` [component] stop - Stop the server application."
echo -e " `basename ${0}` [component] status - Check and report the status of the server application."
echo -e " `basename ${0}` [component] restart [time] - Restart the server application. Optionally, specify a sleep time (in seconds) between stop and start."
echo -e " `basename ${0}` [component] debug - Start the server application in debug mode."
echo -e " `basename ${0}` start - Start the server application."
echo -e " `basename ${0}` stop - Stop the server application."
echo -e " `basename ${0}` status - Check and report the status of the server application."
echo -e " `basename ${0}` restart [time] - Restart the server application. Optionally, specify a sleep time (in seconds) between stop and start."
echo -e " `basename ${0}` debug - Start the server application in debug mode."
echo -e " The ${ok_c}component${esc_c} include: {fate_board} "
echo ""
echo -e "${ok_c}Examples:${esc_c}"
Expand Down
8 changes: 8 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,13 @@
</includes>
</fileSet>

<fileSet>
<outputDirectory>/ssh</outputDirectory>
<directory>src/main/resources</directory>
<includes>
<include>ssh.properties</include>
</includes>
</fileSet>

</fileSets>
</assembly>

0 comments on commit b38d90d

Please sign in to comment.