Skip to content

Commit

Permalink
Update automated-data-population-and-validation-script-ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 committed Jun 29, 2023
1 parent c245750 commit caa8c3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fi
# execute scripts in any other subdirectories
for dir in */; do
# check if directory is not one of the specified ones and exists
if [ "$dir" != "1-user-creation/" ] && [ "$dir" != "2-tenant-creation/" ] && [ "$dir" != "3-userstore-creation/" ] && [ "$dir" != "4-service-provider-creation/" ] && [ "$dir" != "5-group-creation/" ] && [ "$dir" != "windows-os/" ] && [ -d "$dir" ]; then
if [ "$dir" != "1-user-creation/" ] && [ "$dir" != "2-tenant-creation/" ] && [ "$dir" != "3-userstore-creation/" ] && [ "$dir" != "4-service-provider-creation/" ] && [ "$dir" != "5-group-creation/" ] && [ -d "$dir" ]; then
# execute scripts in subdirectory
cd "$dir" || exit
for script in *.sh; do
Expand Down

0 comments on commit caa8c3a

Please sign in to comment.