From 762b252321ab4657833d39adfcc72972cdaa3685 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 3 Jul 2025 00:55:55 +0200 Subject: [PATCH] Use /bin/sh instead of /bin/bash to su.sh. --- bin/su.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/su.sh b/bin/su.sh index 5f580882..25dfb645 100755 --- a/bin/su.sh +++ b/bin/su.sh @@ -1,4 +1,4 @@ -#!/data/data/com.termux/files/usr/bin/bash +#!/data/data/com.termux/files/usr/bin/sh # My su script for my rooted Android tablet using Termux. #