This commit is contained in:
modehua 2023-01-14 11:49:36 +08:00
parent 82f4effc09
commit 158b5155fd
1 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
if [ "$1" != "hg" ] && [ "$1" != "lsc" ] && [ "$1" != "hw" ] && [ "$1" != "cts" ] && [ "$1" != "hgweb" ] && [ "$1" != "lscweb" ] && [ "$1" != "hwweb" ] && [ "$1" != "ctsweb" ] && [ "$1" != "hgso" ] && [ "$1" != "lscso" ] && [ "$1" != "hwso" ] && [ "$1" != "ctsso" ];
if [ "$1" != "hg" ] \
&& [ "$1" != "lsc" ] \
&& [ "$1" != "hw" ] \
&& [ "$1" != "cts" ] \
&& [ "$1" != "hgweb" ] \
&& [ "$1" != "lscweb" ] \
&& [ "$1" != "hwweb" ] \
&& [ "$1" != "ctsweb" ] \
&& [ "$1" != "hgso" ] \
&& [ "$1" != "lscso" ] \
&& [ "$1" != "hwso" ] \
&& [ "$1" != "ctsso" ];
then
echo "APP脚本参数错误"
echo "参数:华高:hg || hgweb || hgso 立思层:lsc || lscweb || lscso 汉王:hw || hwweb || hwso 沧田:cts || ctsweb || ctsso"