mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Update restore.sh
just restart usbmuxd twice instead of doing stuff with ps aux
This commit is contained in:
parent
0b268288f8
commit
a019e91a67
@ -45,7 +45,7 @@ clean_sudo() {
|
||||
|
||||
clean_usbmuxd() {
|
||||
clean_sudo
|
||||
ps aux | awk '/usbmuxd/ {print "sudo kill "$2" 2>/dev/null"}' | bash
|
||||
sudo systemctl restart usbmuxd
|
||||
sudo systemctl restart usbmuxd
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user