Browse Source

s3.TUP: Fix write protected file message (v0.23.5)

master
WXbet 3 years ago
committed by GitHub
parent
commit
77c3e97343
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      support/functions/_plugin_update_toolchain

4
support/functions/_plugin_update_toolchain

@ -3,7 +3,7 @@
#simplebuild_plugin tcupdate
tcupdate(){
pversion="0.23.4";
pversion="0.23.5";
pname="s3.TUP";
pdesc="Plugin $pname v$pversion";
configname="$configdir/plugin_update_toolchain.config";
@ -300,7 +300,7 @@ _integrate_libs(){
sleep 2;
done;
[ -d "$tmpdir" ] && rm -r "$tmpdir";;
[ -d "$tmpdir" ] && rm -rf "$tmpdir";;
1) #Exit/Back
unset MENU_OPTIONS;
menu_close="1";

Loading…
Cancel
Save