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/diskless-workstation-shell | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/diskless-workstation-shell') diff --git a/sbin/diskless-workstation-shell b/sbin/diskless-workstation-shell index 627e96d..baaa1fe 100755 --- a/sbin/diskless-workstation-shell +++ b/sbin/diskless-workstation-shell @@ -23,13 +23,13 @@ VERSION=0.1 DLW_SHELL="bash" CHROOT="/srv/ltsp/i386/" -test -e "$CHROOT" || { +test -e "$CHROOT" || { echo "ERROR: Diskless workstation chroot does not exist at $CHROOT." exit -1 } -[ "x$USER" == "xroot" ] || { - echo "ERROR: Diskless workstation management has to be performed as root." +[ "x$USER" == "xroot" ] || { + echo "ERROR: Diskless workstation management has to be performed as root." exit -2 } -- cgit v1.2.3