From 18a0c2f201348def02942d4bb29eda3d4c31c33f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 3 Jan 2018 16:35:47 +0100 Subject: White-space cleanup. --- sbin/itzks-display-shell | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/itzks-display-shell') diff --git a/sbin/itzks-display-shell b/sbin/itzks-display-shell index db05bb8..4e6f770 100755 --- a/sbin/itzks-display-shell +++ b/sbin/itzks-display-shell @@ -23,13 +23,13 @@ VERSION=0.1 DISPLAY_SHELL="bash" CHROOT="/srv/ltsp/amd64/" -test -e "$CHROOT" || { +test -e "$CHROOT" || { echo "ERROR: ITZkS display system chroot does not exist at $CHROOT." exit -1 } -[ "x$USER" == "xroot" ] || { - echo "ERROR: ITZkS display system management has to be performed as root." +[ "x$USER" == "xroot" ] || { + echo "ERROR: ITZkS display system management has to be performed as root." exit -2 } -- cgit v1.2.3