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