Browse Source

Single quotes

Bob Mottram 8 years ago
parent
commit
b106d14890
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/check-ctrl-alt-del.sh

+ 1
- 1
tests/check-ctrl-alt-del.sh View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 if [ -f /etc/systemd/system/ctrl-alt-del.target ];then
4 4
     ctrl_alt_del=$(ls -l /etc/systemd/system/ctrl-alt-del.target)
5
-    if [[ "$ctrl_alt_del" !=  *"/dev/null" ]]; then
5
+    if [[ "$ctrl_alt_del" !=  *'/dev/null' ]]; then
6 6
         exit 1
7 7
     fi
8 8
 else