@lazycatcloud/lzc-cli 1.2.48 → 1.2.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@ if ${LZCBUSYBOX} netstat -tln | grep ':22222' >/dev/null; then
|
|
|
33
33
|
else
|
|
34
34
|
echo "启动 rsync daemon."
|
|
35
35
|
rsync --daemon --no-detach --config=/lzcapp/pkg/content/devshell/rsyncd.conf &
|
|
36
|
-
while ! nc -z localhost 873; do
|
|
36
|
+
while ! ${LZCBUSYBOX} nc -z localhost 873; do
|
|
37
37
|
sleep 1
|
|
38
38
|
done
|
|
39
39
|
echo "rsync daemon 已成功监听 873 端口"
|