Merge branch 'devel' of github.com:manjaro/manjaro-tools into devel

This commit is contained in:
Philip 2015-09-12 12:43:17 +02:00
commit ec98f06c34

View file

@ -51,9 +51,11 @@ show_profile(){
if [[ ${initsys} == 'systemd' ]];then
msg2 "start_systemd: ${start_systemd[*]}"
msg2 "start_systemd_live: ${start_systemd_live[*]}"
msg2 "disable_systemd: ${disable_systemd[*]}"
else
msg2 "start_openrc: ${start_openrc[*]}"
msg2 "start_openrc_live: ${start_openrc_live[*]}"
msg2 "disable_openrc: ${disable_openrc[*]}"
fi
fi
cd ..