Skip to content

Commit 198c359

Browse files
committed
Fix the script name in the logs
1 parent c5895d2 commit 198c359

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

modules/25.install.dcv-server.compute.sh

-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1717
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818

19-
2019
set -x
2120
set -e
2221

23-
2422
installSimpleExternalAuth() {
2523

2624
yum -y -q install nice-dcv-*/nice-dcv-simple-external-authenticator-*.rpm

modules/25.install.dcv-server.gpu.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ restartDCV() {
6868
# main
6969
# ----------------------------------------------------------------------------
7070
main() {
71-
echo "[INFO][$(date '+%Y-%m-%d %H:%M:%S')] install.dcv-server.compute.sh: START" >&2
71+
echo "[INFO][$(date '+%Y-%m-%d %H:%M:%S')] install.dcv-server.gpu.sh: START" >&2
7272

7373
wget -nv https://d1uj6qtbmh3dt5.cloudfront.net/nice-dcv-el7-x86_64.tgz
7474
tar zxvf nice-dcv-el7-x86_64.tgz
@@ -80,7 +80,7 @@ main() {
8080
configureDCVexternalAuth
8181
restartDCV
8282

83-
echo "[INFO][$(date '+%Y-%m-%d %H:%M:%S')] install.dcv-server.compute.sh: STOP" >&2
83+
echo "[INFO][$(date '+%Y-%m-%d %H:%M:%S')] install.dcv-server.gpu.sh: STOP" >&2
8484
}
8585

8686
main "$@"

0 commit comments

Comments
 (0)