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

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

parent b2fbc2b7
No related branches found
No related tags found
1 merge request!141Adding new NHC for xorg.conf so that vglrun works on vis nodes
#!/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