bugfix
This commit is contained in:
7
安裝YT或是YTmusic.sh
Normal file
7
安裝YT或是YTmusic.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
|
||||
MODDIR="${0%/*}"
|
||||
operate="YT"
|
||||
. "${0%/*}/tools/bin/tools.sh"
|
||||
else
|
||||
echo "${0%/*}/tools/bin/tools.sh遗失"
|
||||
fi
|
||||
Reference in New Issue
Block a user