mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-02 03:40:13 +00:00
CommonInstaller: minor fix
This commit is contained in:
parent
28912045e2
commit
bcfc216e11
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user