System Configuration > Optimizations > General System Optimizations: a deprecated 'gen_optm' function parameter has been removed.

This commit is contained in:
Jane Doe
2025-08-02 22:42:35 +03:00
parent 1ece65ccda
commit af9dc2fa07
+1 -4
View File
@@ -2,7 +2,7 @@
# Amelia Installer # Amelia Installer
# Source: https://gitlab.com/prism7/archery # Source: https://gitlab.com/prism7/archery
# Version: 9.0.2 # Version: 9.0.3
set -euo pipefail set -euo pipefail
################################################################################################### ###################################################################################################
@@ -2751,9 +2751,6 @@ Enter [Y/n]: "
v) v)
view_optm view_optm
return 1 ;; return 1 ;;
d)
view_optm
return 1 ;;
*) *)
invalid invalid
return 1 ;; return 1 ;;