more fixes to generate....
This commit is contained in:
parent
7ee09605c2
commit
7d9e3023a2
@ -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 -n 1 config/new_app_id.txt)
|
||||
app_id=$(head -c -1 config/new_app_id.txt)
|
||||
|
||||
if [ -h config/asc.conf ]; then
|
||||
conf_file=$(readlink ./config/asc.conf)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user