-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
102 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
SIGNAL_V3=/opt/senzing/g2/g2BuildVersion.json | ||
SIGNAL_V4=/opt/senzing/er/szBuildVersion.json | ||
|
||
if test -f ${SIGNAL_V3}; then | ||
cp /etc/motd.v3 /etc/motd | ||
exit 0 | ||
fi | ||
|
||
# Default Message Of The Day. | ||
|
||
cp /etc/motd.v4 /etc/motd |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
************** Senzing Diagnostics Container ************** | ||
!!THIS IS NOT INTENDED FOR sz_file_loader!! | ||
|
||
This container is designed for debugging and basic tasks. | ||
To load data, use the stream-loader or REST API server. | ||
*********************************************************** |