From: Silvio Rhatto Date: Mon, 3 Apr 2017 23:14:22 +0000 (-0300) Subject: Removes update action X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1f232b2c1295c58c95cf0264278f8fa67366b063;p=metadot.git Removes update action --- diff --git a/metadot b/metadot index da4d895..c4ce804 100755 --- a/metadot +++ b/metadot @@ -323,8 +323,8 @@ elif [ "$OPT" == "ls-bundle" ]; then metadot_ls_bundle $* elif [ "$OPT" == "version" ]; then metadot_version -elif [ "$OPT" == "update" ]; then - metadot_update +#elif [ "$OPT" == "update" ]; then +# metadot_update elif [ "$OPT" == "backup" ]; then shift metadot_backup $*