Skip to content

Commit

Permalink
Merge pull request #324 from vanitha2323/dev
Browse files Browse the repository at this point in the history
added national programs to upgradation script
  • Loading branch information
asifbasha61 authored Jul 4, 2023
2 parents 74458d9 + c27815f commit 27f0d5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,14 @@ if [[ $storage_type == "oracle" ]]; then
fi

#Running script to generate program selector config file
access_type=$(awk ''/^access_type:' /{ if ($2 !~ /#.*/) {print $2}}' config_files/upgradation_config.yml)
if [[ $access_type == "VSK" ]]; then
chmod u+x shell_scripts/program_selector.sh
. "shell_scripts/program_selector.sh"
else
chmod u+x shell_scripts/national_program_selector.sh
. "shell_scripts/national_program_selector.sh"
fi

#Running script to clone all the required repositories
chmod u+x shell_scripts/repository_clone.sh
Expand Down

0 comments on commit 27f0d5d

Please sign in to comment.