From a445e957002e2bac2fbe6951da4386015cb833aa Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 28 Jan 2017 19:18:18 +0100 Subject: [PATCH] Fixed misconfiguration --- clone/utility/interfaces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone/utility/interfaces b/clone/utility/interfaces index 01dc80d..626861b 100644 --- a/clone/utility/interfaces +++ b/clone/utility/interfaces @@ -17,4 +17,4 @@ iface eth0 inet manual allow-hotplug wlan0 iface wlan0 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf - up /bin/sh systemctl start sats-update.service + up /bin/systemctl start sats-update.service