Skip to content
Snippets Groups Projects
Commit 785cca36 authored by Kerri Wait's avatar Kerri Wait
Browse files

Adding new NHC for xorg.conf so that vglrun works on vis nodes

Former-commit-id: 6ef94fd1
parent d84a55eb
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
function check_xorg_conf_file_existance() {
#echo ">>> Checking xorg.conf File Existance >>>>>>>>>>>>>>>>>>>>>>>>>"
test -e /etc/X11/xorg.conf
if [ $? -ne 0 ]
then
die 1 " $FUNCNAME ERROR xorg.conf File Not Detected"
return 1
fi
return 0
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment