We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e52eaf commit dc54758Copy full SHA for dc54758
.scripts/menu_main.sh
@@ -45,9 +45,9 @@ menu_main() {
45
"${Option_UpdateVersion}")
46
run_script 'update_templates' || true
47
local ArgsArray=()
48
- [[ ${#CURRENT_FLAGS[@]} -gt 0 ]] && ArgsArray+=("${CURRENT_FLAGS[@]}")
+ [[ ${#CURRENT_FLAGS_ARRAY[@]} -gt 0 ]] && ArgsArray+=("${CURRENT_FLAGS_ARRAY[@]}")
49
ArgsArray+=("" "--menu")
50
- [[ ${#REST_OF_ARGS[@]} -gt 0 ]] && ArgsArray+=("${REST_OF_ARGS[@]}")
+ [[ ${#REST_OF_ARGS_ARRAY[@]} -gt 0 ]] && ArgsArray+=("${REST_OF_ARGS_ARRAY[@]}")
51
run_script 'update_self' "${ArgsArray[@]}" || true
52
;;
53
"${Option_Options}")
0 commit comments