catch_kernel_trouble - fix no rights error

This commit is contained in:
MeexReay 2025-05-17 05:29:10 +03:00
parent 05321f6e72
commit a67cef507d

View File

@ -10,7 +10,7 @@ fi
pmbootstrap chroot adb pull /proc/last_kmsg /home/pmos
if ! mv $PMWORK/chroot_native/home/pmos/last_kmsg /tmp/full-kernel-trouble
if ! sudo mv $PMWORK/chroot_native/home/pmos/last_kmsg /tmp/full-kernel-trouble
then
echo "1. Enter to the recovery mode"
echo "2. Run this script"