2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00
This commit is contained in:
Christopher Roy Bratusek 2018-03-17 17:24:02 +01:00
parent 74fce9adcb
commit e022397031

View File

@ -718,7 +718,7 @@ install_nanodroidscripts () {
nanodroid_install_file bin/${script} bin
done
if [ "${MODE}" = "${MAGISK0}" ]; then
if [ "${MODE}" = "MAGISK" ]; then
for script in novl nprp nanodroid-overlay nanodroid-prop; do
nanodroid_install_file bin/${script} bin
done