This repository was archived by the owner on Jan 5, 2022. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,24 +98,24 @@ getXPrivacy() {
98
98
newsize=(${newsizestr// [$'\r']} )
99
99
if [[ $newsize -eq 0 ]]; then
100
100
sleepcount+=1
101
- doProgress " + export started, file still empty\r" 4 n
101
+ doProgress " + export started, file still empty\r" 3 n
102
102
nobreak=1
103
103
elif [[ $newsize -eq $oldsize ]]; then # not growing anymore
104
- doProgress " + export seems complete, final size: ${newsize} bytes" 4
104
+ doProgress " + export seems complete, final size: ${newsize} bytes" 3
105
105
nobreak=0
106
106
break
107
107
else
108
108
oldsize=$newsize
109
- doProgress " + export running, current size: ${newsize} bytes\r" 4 n
109
+ doProgress " + export running, current size: ${newsize} bytes\r" 3 n
110
110
nobreak=1
111
111
fi
112
112
else
113
113
sleepcount+=1
114
- doProgress " + Loop ${sleepcount} , file not yet there\r" 4 n
114
+ doProgress " + Loop ${sleepcount} , file not yet there\r" 3 n
115
115
nobreak=1
116
116
fi
117
117
done
118
- [[ $nobreak -ne 0 ]] && doProgress "" 4
118
+ [[ $nobreak -ne 0 ]] && doProgress "" 3
119
119
if [[ -n "$(adb ${ADBOPTS} shell ls ${filename%/* } / | grep ${filename##*/ } )" ]]; then
120
120
sleep 2 # just another safeguard to ensure export is complete
121
121
local msg="$((adb ${ADBOPTS} pull ${filename} "${CONFDIR} / xprivacy.xml") 2 >& 1 )"
You can’t perform that action at this time.
0 commit comments