mirror of
https://github.com/samuelhbne/proxy-xray.git
synced 2025-12-17 20:54:37 +03:00
Remove subcmd echo
This commit is contained in:
1
run.sh
1
run.sh
@@ -27,7 +27,6 @@ while true ; do
|
||||
case "$1" in
|
||||
--ltx|--ltt|--lttw|--lttg|--mtt|--mttw|--ttt|--tttw|--ssa|--sst)
|
||||
subcmd=`echo "$1"|tr -d "\-\-"`
|
||||
echo "${DIR}proxy-${subcmd}.sh $2 >$XCONF"
|
||||
$DIR/proxy-${subcmd}.sh $2 >$XCONF
|
||||
if [ $? != 0 ]; then
|
||||
echo "${subcmd} Config failed: $DIR/proxy-${subcmd}.sh $2"
|
||||
|
||||
Reference in New Issue
Block a user