This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a commit to branch object_type_tiff
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/object_type_tiff by this push:
new 73897c3b0a6 修改为TIFF入库
73897c3b0a6 is described below
commit 73897c3b0a661498a4b8785068c510e77c54be41
Author: spricoder <[email protected]>
AuthorDate: Sat Aug 16 16:09:42 2025 +0800
修改为TIFF入库
---
scripts/sbin/start-datanode.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/sbin/start-datanode.sh b/scripts/sbin/start-datanode.sh
index c43ceed74a7..0b0e958ba91 100755
--- a/scripts/sbin/start-datanode.sh
+++ b/scripts/sbin/start-datanode.sh
@@ -83,12 +83,10 @@ while true; do
-l)
LIBRARY_PATH="$2"
shift 2
- echo "Execute start-datanode.sh get library ${LIBRARY_PATH}"
;;
-t)
CLASSPATH="$2"
shift 2
- echo "Execute start-datanode.sh get class ${CLASSPATH}"
;;
--)
shift