From 857414f4107d59da8e1a3566968ea9b8292f89b4 Mon Sep 17 00:00:00 2001 From: cynix Date: Thu, 15 Jul 2021 21:26:35 +1000 Subject: [PATCH] Fix missing redirection --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 8c34d17..63682d9 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -255,7 +255,7 @@ create_jail() { touch "${bastille_jail_path}/dev/shm" touch "${bastille_jail_path}/dev/fd" cp -RPf ${bastille_releasesdir}/${RELEASE}/* ${bastille_jail_path}/ - echo ${NAME} ${bastille_jail_path}/etc/hostname + echo "${NAME}" > ${bastille_jail_path}/etc/hostname if [ ! -d "${bastille_jail_template}" ]; then mkdir -p "${bastille_jail_template}"