Fix respring/ldrestart logic

This commit is contained in:
Adam Demasi 2021-09-06 18:54:38 +09:30
parent d840d11a72
commit e3d88f7122
No known key found for this signature in database
GPG key ID: 5D3B26B3D58C7D91
2 changed files with 5 additions and 3 deletions

View file

@ -5,3 +5,6 @@ XCODEPROJ_NAME = FlashBack
FlashBack_CODESIGN_FLAGS = -Sentitlements.plist
include $(THEOS_MAKE_PATH)/xcodeproj.mk
after-stage::
@sudo chmod 6755 $(THEOS_STAGING_DIR)/usr/bin/fbmobileldrestart

View file

@ -31,7 +31,6 @@ fi
# clear caches and respring
uicache
recache --no respring &>/dev/null
#sbreload && exit 0 || killall -9 SpringBoard && exit 0 # Kill the script.
#fbmobileldrestart
fbmobileldrestart
exit 0