Bob Mottram 8 gadus atpakaļ
vecāks
revīzija
b106d14890
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      tests/check-ctrl-alt-del.sh

+ 1
- 1
tests/check-ctrl-alt-del.sh Parādīt failu

@@ -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