Do not hide output from sign database build process.
Ensure sign database build only run after import have finished.
This commit is contained in:
parent
b2f73bee73
commit
9e78170f81
|
@ -16,6 +16,6 @@ read in
|
|||
|
||||
# Parameter: <systemAccount> <adempiereID> <adempierePwd>
|
||||
# globalqss - cruiz - 2007-10-09 - added fourth parameter for postgres(ignored in oracle)
|
||||
sh $ADEMPIERE_DB_PATH/DBRestore.sh system/$ADEMPIERE_DB_SYSTEM $ADEMPIERE_DB_USER $ADEMPIERE_DB_PASSWORD $ADEMPIERE_DB_SYSTEM
|
||||
$ADEMPIERE_DB_PATH/DBRestore.sh system/$ADEMPIERE_DB_SYSTEM $ADEMPIERE_DB_USER $ADEMPIERE_DB_PASSWORD $ADEMPIERE_DB_SYSTEM
|
||||
|
||||
sh $ADEMPIERE_HOME/utils/RUN_SignDatabaseBuild.sh > /dev/null 2>&1
|
||||
$ADEMPIERE_HOME/utils/RUN_SignDatabaseBuild.sh
|
||||
|
|
|
@ -24,6 +24,6 @@ read in
|
|||
|
||||
# Parameter: <systemAccount> <AdempiereID> <AdempierePwd>
|
||||
# globalqss - cruiz - 2007-10-09 - added fourth parameter for postgres(ignored in oracle)
|
||||
sh $ADEMPIERE_DB_PATH/ImportAdempiere.sh $SYSUSER/$ADEMPIERE_DB_SYSTEM $ADEMPIERE_DB_USER $ADEMPIERE_DB_PASSWORD $ADEMPIERE_DB_SYSTEM
|
||||
$ADEMPIERE_DB_PATH/ImportAdempiere.sh $SYSUSER/$ADEMPIERE_DB_SYSTEM $ADEMPIERE_DB_USER $ADEMPIERE_DB_PASSWORD $ADEMPIERE_DB_SYSTEM
|
||||
|
||||
sh $ADEMPIERE_HOME/utils/RUN_SignDatabaseBuild.sh > /dev/null 2>&1
|
||||
$ADEMPIERE_HOME/utils/RUN_SignDatabaseBuild.sh
|
||||
|
|
Loading…
Reference in New Issue