flavour was copied to / not to /etc
This commit is contained in:
parent
3c26ebfd7b
commit
377a77ffc9
@ -130,7 +130,7 @@ create)
|
||||
|
||||
# Final steps for flavour installation
|
||||
if [ "${newjail_flav}" ]; then
|
||||
install -o root -g wheel -m 0755 ${newjail_flav} ${newjail_root}/ezjail.flavour
|
||||
install -o root -g wheel -m 0755 ${newjail_flav} ${newjail_root}/etc/ezjail.flavour
|
||||
install -o root -g wheel -m 0755 ${ezjail_share}/ezjail-config.sh ${newjail_root}/etc/rc.d/ezjail-config.sh
|
||||
echo "Shell scripts installed, flavourizing on jails first startup"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user