We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fefd3a commit 28fcafbCopy full SHA for 28fcafb
elements/etc-hosts/pre-install.d/01-etc-hosts
@@ -6,4 +6,4 @@ fi
6
set -eu
7
set -o pipefail
8
9
-echo "$ETC_HOSTS_EXTRA" >> /etc/hosts
+printf "$ETC_HOSTS_EXTRA" >> /etc/hosts
0 commit comments