From e5e5dfb154b8d1d875c61bf8867794f4168aaa8c Mon Sep 17 00:00:00 2001 From: unman Date: Fri, 16 Aug 2019 14:09:21 +0000 Subject: [PATCH] Fix typo (cherry picked from commit 051afaabe9c71fe02fd2c33521d30c091cced6d6) --- 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 c0f4e47..b6fcb12 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() {