Fix shellcheck issue on local-recording.sh
This commit is contained in:
parent
dcf923c4ae
commit
fd83aff81d
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ mkdir -p /data/local/tmp/recordings;
|
|||
FILENAME=/data/local/tmp/recordings/testRecording$COUNT.mp4
|
||||
while true
|
||||
do
|
||||
((COUNT++))
|
||||
COUNT=$((COUNT+1))
|
||||
FILENAME=/data/local/tmp/recordings/testRecording$COUNT.mp4
|
||||
echo "\nRecording video file #$COUNT"
|
||||
printf "\nRecording video file #%d\n" $COUNT
|
||||
screenrecord --bugreport --bit-rate=16m --size 720x1280 $FILENAME
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue