From 0fe131a0f571eb3fc2fac25d4b9887baa980a3db Mon Sep 17 00:00:00 2001 From: Igor Ryabchikov Date: Sun, 26 Sep 2021 23:46:10 +0300 Subject: [PATCH] Scripts exec rights --- .../{detection-test-env--start.sh => detection-test-env-start.sh} | 0 test/detection_test/detection-test-env-stop.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/detection_test/{detection-test-env--start.sh => detection-test-env-start.sh} (100%) mode change 100644 => 100755 mode change 100644 => 100755 test/detection_test/detection-test-env-stop.sh diff --git a/test/detection_test/detection-test-env--start.sh b/test/detection_test/detection-test-env-start.sh old mode 100644 new mode 100755 similarity index 100% rename from test/detection_test/detection-test-env--start.sh rename to test/detection_test/detection-test-env-start.sh diff --git a/test/detection_test/detection-test-env-stop.sh b/test/detection_test/detection-test-env-stop.sh old mode 100644 new mode 100755 -- GitLab