2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-02 03:40:13 +00:00

CommonInstaller: minor fix

This commit is contained in:
Christopher Roy Bratusek 2018-11-27 20:24:55 +01:00
parent 28912045e2
commit bcfc216e11

View File

@ -1387,7 +1387,7 @@ check_cfg_setup () {
0 ) tmp_prop="000" ;; 0 ) tmp_prop="000" ;;
1 ) tmp_prop="100" ;; 1 ) tmp_prop="100" ;;
2 ) tmp_prop="010" ;; 2 ) tmp_prop="010" ;;
3 ) tmp_prop="001" ;; 3 ) tmp_prop="110" ;;
* ) tmp_prop="100" ;; * ) tmp_prop="100" ;;
esac esac