From ea6936ceb4e4397f89dc0180a0758c557a1baeab Mon Sep 17 00:00:00 2001 From: m1337v Date: Sun, 25 Feb 2024 21:46:34 +0100 Subject: [PATCH] Update postinst --- layout/DEBIAN/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/DEBIAN/postinst b/layout/DEBIAN/postinst index 83ca577..3746763 100755 --- a/layout/DEBIAN/postinst +++ b/layout/DEBIAN/postinst @@ -1,4 +1,4 @@ #!/bin/sh -chown 0:0 /Applications/RootHide.app/RootHide -chmod +s /Applications/RootHide.app/RootHide +chown 0:0 /var/jb/Applications/RootHide.app/RootHide +chmod +s /var/jb/Applications/RootHide.app/RootHide