Skip to content

Commit db720a1

Browse files
committed
revert
1 parent 44d0055 commit db720a1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

generate-docker-compose.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,3 @@ sed -i '$ s/.$//' "shortnamearray.json"
2323
echo -n "]" >> "shortnamearray.json"
2424
echo -n "}" >> "shortnamearray.json"
2525
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

Comments
 (0)