diff --git a/bin/buildiso.in b/bin/buildiso.in index 62bef86..0c6e4ee 100755 --- a/bin/buildiso.in +++ b/bin/buildiso.in @@ -63,7 +63,7 @@ display_settings(){ msg2 "iso_label: ${iso_label}" msg2 "iso_version: ${iso_version}" msg2 "code_name: ${code_name}" -# msg2 "manjaroiso: ${manjaroiso}" +# msg2 "manjaroiso: ${manjaroiso}" # msg2 "img_name: ${img_name}" # msg2 "install_dir: ${install_dir}" # msg2 "compression: ${compression}" @@ -86,7 +86,7 @@ display_settings(){ msg2 "pacman_conf: ${pacman_conf}" msg2 "work_dir: ${work_dir}" msg2 "iso_file: ${iso_file}" - if [ ${initsys} == "systemd" ];then + if [[ ${initsys} -eq "systemd" ]];then msg2 "start_systemd: ${start_systemd[*]}" msg2 "start_systemd_live: ${start_systemd_live[*]}" else @@ -103,7 +103,7 @@ display_settings(){ msg2 "pacman_conf: ${pacman_conf}" msg2 "work_dir: ${work_dir}" msg2 "iso_file: ${iso_file}" - if [ ${initsys} == "systemd" ];then + if [[ ${initsys} -eq "systemd" ]];then msg2 "start_systemd: ${start_systemd[*]}" msg2 "start_systemd_live: ${start_systemd_live[*]}" else