Skip to content
Snippets Groups Projects
Commit 4c532b6e authored by Gin Tan's avatar Gin Tan
Browse files

Merge branch 'xorg_nhc' into 'master'

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

See merge request !141

Former-commit-id: 964eef25
parents d84a55eb 785cca36
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