Browse Source

Fix typo

(cherry picked from commit 051afaabe9c71fe02fd2c33521d30c091cced6d6)
unman 4 years ago
parent
commit
e5e5dfb154
1 changed files with 1 additions and 1 deletions
  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() {