Bläddra i källkod

Fix typo

(cherry picked from commit 051afaabe9c71fe02fd2c33521d30c091cced6d6)
unman 4 år sedan
förälder
incheckning
e5e5dfb154
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      debian/qubes-core-agent.postinst

+ 1 - 1
debian/qubes-core-agent.postinst

@@ -27,7 +27,7 @@ debug() {
 }
 
 is_static() {
-    [ -f "/lib/sytemd/system/$1" ] && ! grep -q '^[[].nstall]' "/lib/systemd/system/$1"
+    [ -f "/lib/systemd/system/$1" ] && ! grep -q '^[[].nstall]' "/lib/systemd/system/$1"
 }
 
 is_masked() {