generate-app-id no longer breaks with a bad config file

This commit is contained in:
nathan 2016-06-03 15:16:26 -04:00
parent 0f977aa147
commit 173e91b4d9

View File

@ -1,5 +1,4 @@
# designed to be called from top level project dir
script_folder=$(dirname $0)
$script_folder/check_conf_file.sh || exit 1
source config/apexupdate.conf || exit 1
sqlplus $username/$password@$database_connection @$script_folder/generate_new_app_id.sql || exit 1