Skip to content
Snippets Groups Projects
Commit 48c95190 authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Merge branch 'nhc-restore' into 'master'

bug with xorg nhc didn't get picked up, restoring

See merge request !349
parents f6f079b6 407cfa05
No related branches found
No related tags found
1 merge request!349bug with xorg nhc didn't get picked up, restoring
......@@ -5,7 +5,7 @@ function check_xorg_conf_file_existance() {
# Changing test -e (check for any type) to test -f (check only for regular file)
# To stop the script from returning 0 if it sees directories that match this pattern
test -f /etc/X11/xorg.conf.*
test -e /etc/X11/xorg.conf
if [ $? -ne 0 ]
then
......
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