summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup-box4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-box b/setup-box
index af72755..74bdd5e 100755
--- a/setup-box
+++ b/setup-box
@@ -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