termux-tools: Remove termux-user script
[termux-packages] / packages / termux-tools / termux-open-url
index 1a75842..5f47a87 100755 (executable)
@@ -6,4 +6,4 @@ if [ $# != 1 ]; then
        exit 1
 fi
 
-LD_LIBRARY_PATH= am start --user `termux-user` -a android.intent.action.VIEW -d $1 > /dev/null
+am start --user 0 -a android.intent.action.VIEW -d $1 > /dev/null