Merge pull request #328 from fbelavenuto/fixes

fix dirty flag when change LKM type
This commit is contained in:
Fabio Belavenuto 2022-11-17 11:56:45 -03:00 committed by GitHub
commit 08e783eb7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 1 additions and 0 deletions

View File

@ -1074,6 +1074,7 @@ while true; do
i) synoinfoMenu; NEXT="l" ;;
l) [ "${LKM}" = "dev" ] && LKM='prod' || LKM='dev'
writeConfigKey "lkm" "${LKM}" "${USER_CONFIG_FILE}"
DIRTY=1
NEXT="o"
;;
o) selectModules; NEXT="d" ;;