[util-iso-image] forgot then statement

This commit is contained in:
udeved 2015-06-17 00:22:26 +02:00
parent 7cb0f2dae1
commit c389299132

View file

@ -333,7 +333,7 @@ chroot_clean(){
} }
configure_sysctl(){ configure_sysctl(){
if [[ ${initsys} == 'openrc' ]]; if [[ ${initsys} == 'openrc' ]];then
msg2 "Configuring sysctl for openrc" msg2 "Configuring sysctl for openrc"
touch $1/etc/sysctl.conf touch $1/etc/sysctl.conf
local conf=$1/etc/sysctl.d/100-manjaro.conf local conf=$1/etc/sysctl.d/100-manjaro.conf