bug fix
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/system/bin/sh
|
||||
MODDIR="${0%/*}"
|
||||
tools_path="${MODDIR%/*}/tools"
|
||||
bin_path="$MODDIR/tools/bin"
|
||||
[[ ! -d $tools_path ]] && echo "$tools_path目錄遺失" && exit 1
|
||||
[[ ! -d $bin_path ]] && echo "$bin_path目錄遺失" && exit 1
|
||||
txt="$MODDIR/應用列表.txt"
|
||||
. "$bin_path/bin.sh"
|
||||
|
||||
Reference in New Issue
Block a user