Take into account anything with example.com as being an example.
This commit is contained in:
parent
cb51b41fe3
commit
46c4164636
@ -51,8 +51,8 @@ fi
|
||||
ls $DIR/config/conf.d/*.* | while read file; do
|
||||
filename=`basename $file`
|
||||
|
||||
if [[ $filename == "example.com" ]]; then
|
||||
echo "Skipping $filename since it is only for testing."
|
||||
if [[ $filename == *"example.com"* ]]; then
|
||||
echo "Skipping $filename since it is only an example."
|
||||
continue
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user