Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97760d70 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

add missing ';'

parent 4d5a4206
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -50,11 +50,11 @@ fi
# "$ADB_PATH" devices
# "$ADB_PATH" devices




"$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe system"
"$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe system" ;
echo "system wiped"
echo "system wiped"
"$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe cache"
"$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe cache" ;
echo "cache wiped"
echo "cache wiped"
"$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe data"
"$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe data" ;
echo "data wiped"
echo "data wiped"




@@ -67,6 +67,6 @@ then exit 3 ; fi


sleep 1
sleep 1


"$ADB_PATH" -s "$DEVICE_ID" shell rm /sdcard/"$ARCHIVE_NAME"
"$ADB_PATH" -s "$DEVICE_ID" shell rm /sdcard/"$ARCHIVE_NAME" ;


sleep 1
sleep 1
+2 −2
Original line number Original line Diff line number Diff line
@@ -43,7 +43,7 @@ echo "waiting for recovery"
if "$ADB_PATH" -s "$DEVICE_ID" wait-for-recovery
if "$ADB_PATH" -s "$DEVICE_ID" wait-for-recovery
then
then
    echo "device found in recovery"
    echo "device found in recovery"
    if ! "$ADB_PATH" -s "$DEVICE_ID" shell twrp mount system
    if ! "$ADB_PATH" -s "$DEVICE_ID" shell "twrp mount system" ;
    then
    then
        echo "twrp mount system failed"
        echo "twrp mount system failed"
        exit 1
        exit 1