Bump to 0.9.1.1

This commit is contained in:
Nullptr
2024-01-05 17:50:37 +08:00
parent fbb792ef13
commit 698e6e6624
3 changed files with 6 additions and 6 deletions

View File

@@ -26,8 +26,8 @@ create_sys_perm() {
chcon u:object_r:system_file:s0 $1
}
TMP_PATH=/sbin
[ -f /sbin ] || TMP_PATH=/debug_ramdisk
export TMP_PATH=/sbin
[ -d /sbin ] || export TMP_PATH=/debug_ramdisk
create_sys_perm $TMP_PATH