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
|
ls $DIR/config/conf.d/*.* | while read file; do
|
||||||
filename=`basename $file`
|
filename=`basename $file`
|
||||||
|
|
||||||
if [[ $filename == "example.com" ]]; then
|
if [[ $filename == *"example.com"* ]]; then
|
||||||
echo "Skipping $filename since it is only for testing."
|
echo "Skipping $filename since it is only an example."
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user