diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-03 20:14:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-03 20:14:22 -0300 |
commit | 1f232b2c1295c58c95cf0264278f8fa67366b063 (patch) | |
tree | 1c89e4d655e3a351cdd562f6d3d992ea2ed200c9 | |
parent | 1e49ba900bcc8808ea8654dbe21f2e8a5ff634a5 (diff) | |
download | metadot-1f232b2c1295c58c95cf0264278f8fa67366b063.tar.gz metadot-1f232b2c1295c58c95cf0264278f8fa67366b063.tar.bz2 |
Removes update action
-rwxr-xr-x | metadot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $* |