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

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

parent ed5b7f6a
No related branches found
No related tags found
No related merge requests found
......@@ -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