Skip to content

Commit

Permalink
fix #33 and #34
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Apr 11, 2018
1 parent 9d2d310 commit 068c31c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION="v1.3.6"
VERSION="v1.3.7"
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
SCRIPT_NAME=$(basename $0)
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION="v1.3.6"
VERSION="v1.3.7"
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
SCRIPT_NAME=$(basename $0)
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export OUD_ROOT_DN=${OUD_ROOT_DN:-"postgasse.org"}
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION="v1.3.6"
VERSION="v1.3.7"
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
SCRIPT_NAME=$(basename $0)
Expand Down
7 changes: 3 additions & 4 deletions local/oudbase/bin/oudbase_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export LOG_BASE=${LOG_BASE-"/tmp"}
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION="v1.3.6"
VERSION="v1.3.7"
DOAPPEND="TRUE" # enable log file append
VERBOSE="TRUE" # enable verbose mode
SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" # Basename of the script
Expand Down Expand Up @@ -278,8 +278,6 @@ export OUD_ADMIN_BASE=${INSTALL_OUD_ADMIN_BASE:-"${DEFAULT_OUD_ADMIN_BASE}"}
# define ORACLE_PRODUCT
if [ "${INSTALL_ORACLE_HOME}" == "" ]; then
ORACLE_PRODUCT=$(dirname ${ORACLE_HOME})
else
ORACLE_PRODUCT
fi

# set the core etc directory
Expand Down Expand Up @@ -321,7 +319,8 @@ for i in ${LOG_BASE} \
${OUD_ADMIN_BASE} \
${OUD_BACKUP_BASE} \
${OUD_INSTANCE_BASE} \
${ORACLE_PRODUCT}; do
${ORACLE_PRODUCT} \
${OUD_BASE}; do
mkdir -pv ${i} >/dev/null 2>&1 && DoMsg "INFO : Create Directory ${i}" || CleanAndQuit 41 ${i}
done

Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oudenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# externally. In principle, these variables should not be changed at this
# point. The customization should be done externally in.bash_profile or
# in oudenv_core.conf.
VERSION="v1.3.6"
VERSION="v1.3.7"
# hostname based on hostname or $HOSTNAME whatever works
export HOST=$(hostname 2>/dev/null ||echo $HOSTNAME)
# Absolute path of script directory
Expand Down
10 changes: 5 additions & 5 deletions local/oudbase/doc/.oudbase.sha
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1ee7568e3867ec1f84b311868885b82cace6d28c ?./bin/oud_status.sh
e7d2d4828e9a764aaaa90636d48d9891a0edc0d7 ?./bin/oud_export.sh
a3ff2e5d98a0d7ed29482de8e4710f05348c84aa ?./bin/oud_backup.sh
dfe50c7c2d66d898335ae584043c1e6ffb278d17 ?./bin/oudenv.sh
a85a428f71679ac50960048948483826766fa1a3 ?./bin/oud_status.sh
fb9e4f03c62bca833c2206fb5ed92ffc387ff369 ?./bin/oud_export.sh
b6de77f5a21da485c8aac8c1f72b35e5dd10e531 ?./bin/oud_backup.sh
fa3d47658b7e5b45b243fd8e2236a7ddb2a77eae ?./bin/oudenv.sh
eae0291c2f607231f369bdbedd2dc7bf0c318d54 ?./etc/oudenv_core.conf
24f0c85305a6de084091211989ba255cd86b6bd0 ?./etc/oudenv.conf
2ea0c0069dd86f9aaae99c274f38182c981e2113 ?./etc/oudenv_custom.conf
Expand Down Expand Up @@ -41,4 +41,4 @@ abe0a18757b04ca99c155b6018984bb26db496be ?./templates/create/10_enable_replicati
39ddc950916cb748e9f042978a93a85272602221 ?./templates/create/02_configure_instance.conf
8624bcdae55baeef00cd11d5dfcfa60f68710a02 ?./doc/LICENSE
e7c9d528e7902c20fbd5b2545db2d539db7d499f ?./doc/README.md
42f56ae05e078dac0a85de87fc8e72e971d62db4 ?./doc/.version
8f2af30942f02b12aad13e2717c929036d2f41c8 ?./doc/.version
4 changes: 2 additions & 2 deletions local/oudbase/doc/.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

OUD Base Release v1.3.6 (https://github.com/oehrlis/oudbase)
OUD Base Release v1.3.7 (https://github.com/oehrlis/oudbase)
------------------------------------------------------------

The following files of oudbase are changed/added (compared to v1.3.6):
The following files of oudbase are changed/added (compared to v1.3.7):
----------------------------------------------------------------------

0 comments on commit 068c31c

Please sign in to comment.