summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorokybaca <klokanek@eldar.cz>2023-08-28 13:17:30 +0200
committerokybaca <klokanek@eldar.cz>2023-08-28 13:17:30 +0200
commit1de37bc60bec7cff30f50609fa4ee93837c84e70 (patch)
treed11607be710794f70e26b7f39b539b055845c7c5 /build.xml
parent195bd2e444748d818c340cb02a88514c3a5a36e0 (diff)
added restartYACY.sh so it's included in release package
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 52b1e3572..0bbc049cf 100644
--- a/build.xml
+++ b/build.xml
@@ -230,6 +230,7 @@
<fileset dir=".">
<include name="startYACY.sh"/>
<include name="stopYACY.sh"/>
+ <include name="restartYACY.sh"/>
<include name="killYACY.sh"/>
<include name="updateYACY.sh"/>
<include name="restart.sh"/>