We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4b4da commit 1b3681fCopy full SHA for 1b3681f
2 files changed
src/helpers/00_helpers.sh
@@ -3,7 +3,7 @@
3
###
4
# Defines
5
6
-JB_SH_VERSION="v1.2.0"
+JB_SH_VERSION="v1.2.1"
7
8
if [ ! -n "${JB_HEADER+x}" ] && [ -f "/var/local/jailbreak.txt" ]; then
9
JB_HEADER=$(cat /var/local/jailbreak.txt)
src/jb_sh_jobs/06_cleanup.sh
@@ -17,6 +17,7 @@ if [ $RUN_MODE -eq 1 ] || [ $JAILBROKEN -eq 0 ]; then
17
restart scanner # For sh_integration
18
restart kppmainapp # For debug commands
19
restart pillow # Pillow handles the crash dialog so we can hide it by doing this
20
+ /usr/bin/xrefresh -d :0.0
21
elif [ -f "/etc/upstart/acxe.conf" ] ; then
22
restart acxe & # On older devices restart the entire gui
23
sleep 3 # Wait for it to stop
0 commit comments