From 8c6bd13b6ecb5757a8f52c30eec648d7f94a4da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Mar 2017 10:52:25 +0200 Subject: Automatically start xserver on tty1 --- local/bin/lxc-net | 1 + 1 file changed, 1 insertion(+) (limited to 'local/bin/lxc-net') diff --git a/local/bin/lxc-net b/local/bin/lxc-net index 0821571..a9f1d10 100755 --- a/local/bin/lxc-net +++ b/local/bin/lxc-net @@ -1,4 +1,5 @@ #!/bin/sh +set -e if [ "$(id -u)" -ne 0 ]; then echo "Root required for execution" >&2 -- cgit v1.2.3