mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-16 20:07:06 +03:00
Codacy compliant
This commit is contained in:
@@ -99,5 +99,5 @@ do
|
||||
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
|
||||
done
|
||||
|
||||
echo $inbound
|
||||
echo "$inbound"
|
||||
exit 0
|
||||
|
||||
@@ -117,5 +117,5 @@ do
|
||||
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
|
||||
done
|
||||
|
||||
echo $inbound
|
||||
echo "$inbound"
|
||||
exit 0
|
||||
|
||||
@@ -109,5 +109,5 @@ do
|
||||
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
|
||||
done
|
||||
|
||||
echo $inbound
|
||||
echo "$inbound"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user