You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/11/12 08:06:24 UTC

[incubator-datalab] 01/01: [DATALAB-2567]: disabled scp removal on nodes

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2567
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 62663d35ac51a63adef70c4c9111fd3bebc35727
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Nov 12 10:06:05 2021 +0200

    [DATALAB-2567]: disabled scp removal on nodes
---
 infrastructure-provisioning/src/base/scripts/install_prerequisites.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
index 007f0e1..430805f 100644
--- a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
+++ b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
@@ -60,8 +60,8 @@ if __name__ == "__main__":
         traceback.print_exc()
         sys.exit(1)
 
-    logging.info("Disable scp on nodes")
-    disable_edge_scp_binary(args.user)
+    #logging.info("Disable scp on nodes")
+    #disable_edge_scp_binary(args.user)
 
     #logging.info("Updating openssh to version")
     #ensure_openssh_version(args.user)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org