|
@@ -218,7 +218,7 @@ pipeline {
|
|
|
ls -al /services/$CMD.dir/; \
|
|
|
rm -fv /services/$CMD.dir/*.xml; \
|
|
|
wget -P /services/$CMD.dir --user=$CMD.user --password=$CMD.pass $FTP.cmd'; \
|
|
|
- echo good > /services/$CMD.dir/1.txt; \
|
|
|
+ touch /services/$CMD.dir/1.txt; echo good > /services/$CMD.dir/1.txt; \
|
|
|
ls -al /services/$CMD.dir/
|
|
|
"""
|
|
|
echo "Syncing dictionaries for CMD"
|