mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-05 08:15:13 +00:00
Add version info into util_functions
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#
|
||||
##########################################################################################
|
||||
|
||||
MAGISK_VERSION_STUB
|
||||
|
||||
get_outfd() {
|
||||
readlink /proc/$$/fd/$OUTFD 2>/dev/null | grep /tmp >/dev/null
|
||||
if [ "$?" -eq "0" ]; then
|
||||
|
Reference in New Issue
Block a user