diff options
Diffstat (limited to 'docker/copy-etc.sh')
-rw-r--r-- | docker/copy-etc.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docker/copy-etc.sh b/docker/copy-etc.sh deleted file mode 100644 index 1a6cd520..00000000 --- a/docker/copy-etc.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -echo "Copying agent container /etc to /var/lib/etc-data" -cp -a /etc/* /var/lib/etc-data/ |