diff options
Diffstat (limited to 'export-image/02-network/01-run.sh')
-rwxr-xr-x | export-image/02-network/01-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/export-image/02-network/01-run.sh b/export-image/02-network/01-run.sh index 9026a1f..e21b791 100755 --- a/export-image/02-network/01-run.sh +++ b/export-image/02-network/01-run.sh @@ -1,3 +1,3 @@ -#/bin/bash -e +#!/bin/bash -e install -m 644 files/resolv.conf ${ROOTFS_DIR}/etc/ |