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

Commit 4eb1e836 authored by Romain Hunault's avatar Romain Hunault
Browse files

Force lock file deletion

parent 070cb7f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,4 +30,4 @@ then
  exit 101
fi

rm ${CABLE_LOCKED_PATH}.lock
rm -f ${CABLE_LOCKED_PATH}.lock
+1 −1
Original line number Diff line number Diff line
@@ -30,4 +30,4 @@ then
  exit 101
fi

rm ${DEVICE_LOCKED_PATH}
rm -f ${DEVICE_LOCKED_PATH}
+1 −1
Original line number Diff line number Diff line
@@ -30,4 +30,4 @@ then
  exit 101
fi

rm ${HEIMDALL_LOCKED_PATH}
rm -f ${HEIMDALL_LOCKED_PATH}