Don't hardcode the spaces to create/unshare.
[util-vserver.git] / scripts / vserver.stop
index 335b99b..d7a2398 100644 (file)
@@ -71,6 +71,7 @@ if test -n "$_IS_FAKEINIT" && \
     fi
 elif $_VSERVER_INFO - FEATURE migrate; then
     "${NICE_CMD[@]}" \
+    "$_CHBIND" "${CHBIND_OPTS[@]}" \
     $_VCONTEXT $SILENT_OPT --migrate --chroot --xid "$S_CONTEXT" -- \
     "${INITCMD_STOP[@]}" || fail=1
 else