Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit cd4da5d

Browse files
committed
Review comments addressed
1 parent 36ee694 commit cd4da5d

File tree

8 files changed

+8
-9
lines changed

8 files changed

+8
-9
lines changed

src/pluginops/pluginops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
2+
# Copyright (c) 2020, 2023 by Delphix. All rights reserved.
33
#
44

55
#######################################################################################################################

src/resources/library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
2+
# Copyright (c) 2020, 2023 by Delphix. All rights reserved.
33
#
44
# library.sh
55
#

src/resources/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
2+
# Copyright (c) 2018, 2023 by Delphix. All rights reserved.
33
#
44

55
##DEBUG## In Delphix debug.log

src/resources/restore_stage.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
2+
# Copyright (c) 2018, 2023 by Delphix. All rights reserved.
33
PGM_NAME='restore_stage.sh'
44

55
# Load Library ...
@@ -104,7 +104,6 @@ PWD_LINE=`cat ${NEW_DATA_DIR}/mysqld.log | grep 'temporary password'`
104104
TMP_PWD=`echo "${PWD_LINE}" | ${AWK} -F": " '{print $2}' | xargs`
105105
# These temporary passwords contain special characters so need to wrap in single / literal quotes ...
106106
TMP_PWD=`echo "'"$TMP_PWD"'"`
107-
# log "Temporary Password: ${TMP_PWD}"
108107
masklog "Staging Connection: ${STAGINGCONN}"
109108
RESULTS=$( buildConnectionString "${STAGINGCONN}" "${TMP_PWD}" "${STAGINGPORT}" "${STAGINGHOSTIP}" )
110109
STAGING_CONN=`echo "${RESULTS}" | $DLPX_BIN_JQ --raw-output ".string"`

src/resources/restore_stage_bi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
3+
# Copyright (c) 2018, 2023 by Delphix. All rights reserved.
44
# Program Name
55
PGM_NAME='restore_stage_bi.sh'
66

src/resources/restore_stage_si.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
3+
# Copyright (c) 2018, 2023 by Delphix. All rights reserved.
44
#
55

66
##DEBUG## In Delphix debug.log

src/resources/stopVirtual.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
2+
# Copyright (c) 2018, 2023 by Delphix. All rights reserved.
33
#
44
##DEBUG## In Delphix debug.log
55
set -x

src/resources/tablespaces.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
2+
# Copyright (c) 2018, 2023 by Delphix. All rights reserved.
33
#
44

55
##DEBUG## In Delphix debug.log

0 commit comments

Comments
 (0)