termux-tools: Fix typo in termux-setup-storage
This commit is contained in:
parent
e957f074d3
commit
5ef5713d2d
@ -1,6 +1,6 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://termux.com/
|
||||
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
|
||||
TERMUX_PKG_VERSION=0.32
|
||||
TERMUX_PKG_VERSION=0.33
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
||||
|
||||
termux_step_make_install () {
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
|
||||
if [ "$#" != "0" ]; then
|
||||
echo 'usage: termux-setup-storage'
|
||||
echo 'Use without arguments to ensure storage permission granted'
|
||||
echo 'and symlinks to storage available in $HOME/.storage'
|
||||
exit
|
||||
echo 'usage: termux-setup-storage'
|
||||
echo 'Use without arguments to ensure storage permission granted'
|
||||
echo 'and symlinks to storage available in $HOME/storage'
|
||||
exit
|
||||
fi
|
||||
|
||||
am broadcast --user 0 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user