Skip to content

Commit 1b3681f

Browse files
Run xrefresh on restarts
1 parent ca4b4da commit 1b3681f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/helpers/00_helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###
44
# Defines
55
###
6-
JB_SH_VERSION="v1.2.0"
6+
JB_SH_VERSION="v1.2.1"
77

88
if [ ! -n "${JB_HEADER+x}" ] && [ -f "/var/local/jailbreak.txt" ]; then
99
JB_HEADER=$(cat /var/local/jailbreak.txt)

src/jb_sh_jobs/06_cleanup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if [ $RUN_MODE -eq 1 ] || [ $JAILBROKEN -eq 0 ]; then
1717
restart scanner # For sh_integration
1818
restart kppmainapp # For debug commands
1919
restart pillow # Pillow handles the crash dialog so we can hide it by doing this
20+
/usr/bin/xrefresh -d :0.0
2021
elif [ -f "/etc/upstart/acxe.conf" ] ; then
2122
restart acxe & # On older devices restart the entire gui
2223
sleep 3 # Wait for it to stop

0 commit comments

Comments
 (0)