From 051afaabe9c71fe02fd2c33521d30c091cced6d6 Mon Sep 17 00:00:00 2001 From: unman Date: Fri, 16 Aug 2019 14:09:21 +0000 Subject: [PATCH] Fix typo --- debian/qubes-core-agent.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/qubes-core-agent.postinst b/debian/qubes-core-agent.postinst index c0f4e471f..b6fcb1233 100755 --- a/debian/qubes-core-agent.postinst +++ b/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() {