]> err.no Git - systemd/commitdiff
Fix syntax error
authorTollef Fog Heen <tfheen@err.no>
Thu, 7 Jul 2011 10:49:21 +0000 (12:49 +0200)
committerTollef Fog Heen <tfheen@err.no>
Thu, 7 Jul 2011 10:49:21 +0000 (12:49 +0200)
debian/init-functions

index c020092557886e4d8aea30dd8bf65b4e909c7354..81e4bd7b8c2f799c951be9a3d928a656adeb31c0 100644 (file)
@@ -34,10 +34,9 @@ if [ -e /sys/fs/cgroup/systemd ] ; then
                        _use_systemctl=1
                        ;;
                esac
-               ;;
-            # Some services can't reload through the .service file,
-            # but can through the init script.
-           if [ "$(systemctl -p CanReload show $service 2>/dev/null)" = "CanReload=no" ] && [ "$1" = "reload" ]; then
+                # Some services can't reload through the .service file,
+                # but can through the init script.
+               if [ "$(systemctl -p CanReload show $service 2>/dev/null)" = "CanReload=no" ] && [ "$1" = "reload" ]; then
                    _use_systemctl=0
             fi
             ;;