Skip to content

Commit

Permalink
Fix the script name in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaven committed Nov 10, 2021
1 parent c5895d2 commit 198c359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions modules/25.install.dcv-server.compute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


set -x
set -e


installSimpleExternalAuth() {

yum -y -q install nice-dcv-*/nice-dcv-simple-external-authenticator-*.rpm
Expand Down
4 changes: 2 additions & 2 deletions modules/25.install.dcv-server.gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ restartDCV() {
# main
# ----------------------------------------------------------------------------
main() {
echo "[INFO][$(date '+%Y-%m-%d %H:%M:%S')] install.dcv-server.compute.sh: START" >&2
echo "[INFO][$(date '+%Y-%m-%d %H:%M:%S')] install.dcv-server.gpu.sh: START" >&2

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

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

main "$@"

0 comments on commit 198c359

Please sign in to comment.