]> git.pld-linux.org Git - packages/lxc.git/blobdiff - lxc.init
- fix typo in lxc.init
[packages/lxc.git] / lxc.init
index 8e53d39cb0fc337bff04449002e0c18e4554b058..0b8a0a0e355ad0f618f46c044d7ac3897176e893 100755 (executable)
--- a/lxc.init
+++ b/lxc.init
@@ -106,7 +106,7 @@ case "$1" in
        CONTAINERS_LIST=`/usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS --list`
 
         ## run_cmd "Starting LXC containers ( $CONTAINERS_LIST ) from groups: $BOOTGROUPS " /usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS 
-        run_cmd $nls( "Starting LXC containers (%s) from groups: %s " $CONTAINERS_LIST $BOOTGROUPS) /usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS 
+        run_cmd $(nls "Starting LXC containers (%s) from groups: %s " $CONTAINERS_LIST $BOOTGROUPS) /usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS
 
        touch "$localstatedir"/lock/subsys/lxc
        ;;
This page took 0.048807 seconds and 4 git commands to generate.