File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/resources/archetype-resources/__rootArtifactId__-startup/deploy Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.tvd12</groupId >
7
7
<artifactId >ezyfox-server-archetype</artifactId >
8
- <version >1.3.1 </version >
8
+ <version >1.3.2 </version >
9
9
<packaging >maven-archetype</packaging >
10
10
11
11
<name >ezyfox-server-archetype</name >
Original file line number Diff line number Diff line change 58
58
if [ -z " ${symbol_dollar} {PID}" ]; then
59
59
echo " Process id for ezyfox server instance is written to file: $PID_FILE "
60
60
java $1 -cp $CLASSPATH ${package} .ApplicationStartup > /dev/null 2>&1 &
61
- echo $! > ${symbol_dollar} {PID_FILE}
61
+ echo $symbol_dollar ! > ${symbol_dollar} {PID_FILE}
62
62
else
63
63
echo " Another ezyfox server instance is already started in this folder. To start a new instance, please run in a new folder."
64
64
exit 0
You can’t perform that action at this time.
0 commit comments