]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/pakfire/lib/functions.sh
Typo in compilation commands of postfix.
[people/teissler/ipfire-2.x.git] / src / pakfire / lib / functions.sh
index 1318cd2c859f46c63d8a2038d574a0b9146af9f0..8a5a3220dd9247976e580324b45468605a2f44c4 100644 (file)
@@ -81,10 +81,10 @@ start_service() {
                
        if [ -e "/etc/init.d/${1}" ]; then
            if [ -n "${BACKGROUND}" ]; then
-               (sleep ${DELAY} && /etc/init.d/${1} start) &
-           else
-               sleep ${DELAY} && /etc/init.d/${1} start
-           fi
+                               (sleep ${DELAY} && /etc/init.d/${1} start) &
+                       else
+                               sleep ${DELAY} && /etc/init.d/${1} start
+                       fi
        fi
 }