This commit is contained in:
nathan 2016-06-06 15:48:08 -04:00
parent 7d9e3023a2
commit bb2fb8e319

View File

@ -3,7 +3,7 @@ script_folder=$(dirname $0)
source config/asc.conf || exit 1
sqlplus ${username}/${password}@${database_connection} @${script_folder}/generate_new_app_id.sql || exit 1
app_id=$(head -c -1 config/new_app_id.txt)
app_id=$(head -c -1 new_app_id.txt | sed -e 's/[[:space:]]*$//')
if [ -h config/asc.conf ]; then
conf_file=$(readlink ./config/asc.conf)