Browse Source

Update s3

remove update_all
pull/9/head
Gorgone 6 years ago
committed by GitHub
parent
commit
27de36a2ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      s3

3
s3

@ -66,7 +66,7 @@ declare -a SHORT_READERS; declare -a SHORT_CARD_READERS; declare -A INTERNAL_
#filled arrays
config_cases=( all addons protocols readers card_readers );
s3opts=( help cedit clean enable_emu fix_me tccheck tcrepair upload update_me update_emu update_all lang_select loadonly checkout ssh_profiles syscheck sysinfo svnup menu get_patch tedit svnpatch profiles svnrestore update ); # extendable with plugins
s3opts=( help cedit clean enable_emu fix_me tccheck tcrepair upload update_me update_emu lang_select loadonly checkout ssh_profiles syscheck sysinfo svnup menu get_patch tedit svnpatch profiles svnrestore update ); # extendable with plugins
CUSTOM_CONFDIR="not_set";
UPX="not_set";
@ -128,7 +128,6 @@ else
checkout|\
update_me|\
update_emu|\
update_all|\
svnrestore|\
enable_emu|\
upload_cam) if [ ! -n "$2" ];then

Loading…
Cancel
Save