diff options
-rwxr-xr-x | setup-box | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -274,9 +274,9 @@ add_services() { if [ "$i" == "udev" ]; then rc-update add $i-postmount add_to_sysinit "$i $i-postmount" - else if [ "$i" == "dbus" ]; then + elif [ "$i" == "dbus" ]; then add_to_sysinit "$i" - else if [ "$i" == "xrdp" ]; then + elif [ "$i" == "xrdp" ]; then rc-update add $i-sesman fi done |