Skip to content
Snippets Groups Projects
Commit 91f21e7c authored by Erik von Reis's avatar Erik von Reis
Browse files

rtcds: fixed stop/restart system reversal with --all

parent d767ca74
No related branches found
No related tags found
4 merge requests!184Branch 4.0.0,!151Merge changes from Branch 4.0.0 to master,!150Update rtcds with user-space model flags,!147rtcds: fixed stop/restart system reversal with --all
......@@ -110,7 +110,7 @@ list_host_sys_systemd() {
list_host_sys() {
if [[ -e /etc/rtsystab ]] && [[ -e /etc/rt_fe.sh ]] ; then
/etc/rt_fe.sh
/etc/rt_fe.sh | sed 's/ /\n/g'
else
list_host_sys_systemd
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment