|
|
|
|
556
|
"$destination_dir" == "tox" || \
|
556
|
"$destination_dir" == "tox" || \
|
557
|
"$destination_dir" == "ssl" || \
|
557
|
"$destination_dir" == "ssl" || \
|
558
|
"$destination_dir" == "blog" || \
|
558
|
"$destination_dir" == "blog" || \
|
559
|
- "$destination_dir" == "owncloudrepo" || \
|
|
|
|
|
559
|
+ "$destination_dir" == "owncloudrepofiles" || \
|
|
|
560
|
+ "$destination_dir" == "owncloudrepoconfig" || \
|
560
|
"$destination_dir" == "owncloudrepodata" || \
|
561
|
"$destination_dir" == "owncloudrepodata" || \
|
561
|
"$destination_dir" == "mailinglist" ]]; then
|
562
|
"$destination_dir" == "mailinglist" ]]; then
|
562
|
is_valid="no"
|
563
|
is_valid="no"
|