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

Commit 6ed313c

Browse files
committed
Review comments addressed
1 parent cd4da5d commit 6ed313c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/restore.sh

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

44
# Program Name
55
PGM_NAME='restore.sh'
@@ -139,6 +139,6 @@ export DLPX_LIBRARY_SOURCE=""
139139
export REPLICATION_PASS=""
140140
export STAGINGPASS=""
141141
export SOURCEPASS=""
142-
env | sort >>$DEBUG_LOG
142+
env | grep -v 'PASS' | sort >>$DEBUG_LOG
143143
log "-- End --"
144144
exit 0

0 commit comments

Comments
 (0)