Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc committed Nov 7, 2022
1 parent 2936f23 commit 9cbffa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,5 @@ versionCode=${NEXT_VER_CODE}
author=j-hc
description=${4}" >"${6}/module.prop"

[ "$ENABLE_MAGISK_UPDATE" = true ] && echo "updateJson=${5}" >>"${6}/module.prop"
if [ "$ENABLE_MAGISK_UPDATE" = true ]; then echo "updateJson=${5}" >>"${6}/module.prop"; fi
}

0 comments on commit 9cbffa4

Please sign in to comment.