X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvesync;h=87203459ad6bd3b3ffd4001bb82c4c3295a194a1;hb=17ff67ea057bc6e8bcd831341ee243348a9ee57d;hp=60afba851dd4f4de9a2ee61737ab3aa867b73eb1;hpb=004894c3589aba3533f4c53b1650d9cc2c19ac69;p=util-vserver.git diff --git a/scripts/vesync b/scripts/vesync index 60afba8..8720345 100755 --- a/scripts/vesync +++ b/scripts/vesync @@ -60,12 +60,11 @@ while true; do (--version) showVersion ;; (--debug) send_through=( "${send_through[@]}" "$1" ); set -x;; (--quiet|-q) send_through=( "${send_through[@]}" "$1" );; - (--all) vsomething_opts=( "${vsomething_opts[@]}" "$1" );; (--overlay) overlay="${2%/}";; (--overlay-host) overlay_host="${2%/}";; (--overlay-only) overlay_only=1;; (--) test ${#vsomething_opts[@]} -eq 0 && shift; break;; - (*) echo $"vesync: internal error; arg=='$1'" >&2; exit 1;; + (*) vsomething_opts=( "${vsomething_opts[@]}" "$1" );; esac shift done