diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-03 16:35:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-03 16:55:25 +0100 |
commit | 18a0c2f201348def02942d4bb29eda3d4c31c33f (patch) | |
tree | 31c1ed5973e747532ba01061b00fa333677e8bc2 /sbin/itzks-display-shell | |
parent | dc5d05c4372c940655fc85b2a81155721e2976ac (diff) | |
download | itzks-systems-18a0c2f201348def02942d4bb29eda3d4c31c33f.tar.gz itzks-systems-18a0c2f201348def02942d4bb29eda3d4c31c33f.tar.bz2 itzks-systems-18a0c2f201348def02942d4bb29eda3d4c31c33f.zip |
White-space cleanup.
Diffstat (limited to 'sbin/itzks-display-shell')
-rwxr-xr-x | sbin/itzks-display-shell | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |