diff options
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 } |