4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
install -m 644 files/resolv.conf "${ROOTFS_DIR}/etc/"
|