summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2005-11-17 12:38:52 +0000
committererdgeist <erdgeist@erdgeist.org>2005-11-17 12:38:52 +0000
commit377a77ffc9b6bd0e67ec637f2cb2b6ecf1fb3bfd (patch)
tree17347852637608351a1f58fbcb4c9783201b0bee /ezjail-admin
parent3c26ebfd7b337db424e35f4a6e963727b3bfe8db (diff)
flavour was copied to / not to /etc
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 25b64e3..48dfdc8 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -130,7 +130,7 @@ create)
130 130
131 # Final steps for flavour installation 131 # Final steps for flavour installation
132 if [ "${newjail_flav}" ]; then 132 if [ "${newjail_flav}" ]; then
133 install -o root -g wheel -m 0755 ${newjail_flav} ${newjail_root}/ezjail.flavour 133 install -o root -g wheel -m 0755 ${newjail_flav} ${newjail_root}/etc/ezjail.flavour
134 install -o root -g wheel -m 0755 ${ezjail_share}/ezjail-config.sh ${newjail_root}/etc/rc.d/ezjail-config.sh 134 install -o root -g wheel -m 0755 ${ezjail_share}/ezjail-config.sh ${newjail_root}/etc/rc.d/ezjail-config.sh
135 echo "Shell scripts installed, flavourizing on jails first startup" 135 echo "Shell scripts installed, flavourizing on jails first startup"
136 fi 136 fi