From e177a5b8179bf5e652b67c222710470b6acf214e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 6 Oct 2013 20:28:55 +0200 Subject: fix condition --- install/archlogo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/archlogo b/install/archlogo index f16c9b1..a84e32a 100644 --- a/install/archlogo +++ b/install/archlogo @@ -4,7 +4,7 @@ build() { source /etc/archlogo.conf add_file /etc/archlogo.conf add_file "/usr/share/archlogo/${ARCHLOGO}" - if [ add_systemd_unit archlogo.service 2>/dev/null ]; then + if add_systemd_unit archlogo.service 2>/dev/null; then add_symlink "/usr/lib/systemd/system/sysinit.target.wants/archlogo.service" "../archlogo.service" else add_runscript -- cgit v1.2.3-54-g00ecf