We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d0055 commit db720a1Copy full SHA for db720a1
generate-docker-compose.sh
@@ -23,15 +23,3 @@ sed -i '$ s/.$//' "shortnamearray.json"
23
echo -n "]" >> "shortnamearray.json"
24
echo -n "}" >> "shortnamearray.json"
25
rm serverlist.csv
26
-
27
-shopt -s nullglob
28
-for f in docker-compose/docker-compose-*.yml; do
29
- sn="${f##*/}"
30
- sn="${sn#docker-compose-}"
31
- sn="${sn%.yml}"
32
- if [[ -z "${keep_shortnames[$sn]+x}" ]]; then
33
- echo "Removing stale file: $f"
34
- rm -f "$f"
35
- fi
36
-done
37
-shopt -u nullglob
0 commit comments