mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-18 21:04:38 +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]')
|
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
|
||||||
done
|
done
|
||||||
|
|
||||||
echo $inbound
|
echo "$inbound"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
@@ -117,5 +117,5 @@ do
|
|||||||
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
|
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
|
||||||
done
|
done
|
||||||
|
|
||||||
echo $inbound
|
echo "$inbound"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
@@ -109,5 +109,5 @@ do
|
|||||||
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
|
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
|
||||||
done
|
done
|
||||||
|
|
||||||
echo $inbound
|
echo "$inbound"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user