Restored xterm test run check.

This commit is contained in:
Matias Barcenas 2017-09-02 20:34:17 -05:00
parent e7470e3130
commit 74a84d24e7
1 changed files with 4 additions and 4 deletions

View File

@ -68,10 +68,10 @@ if [ ! "${DISPLAY:-}" ]; then
exit 2
fi
#if ! xdpyinfo &> /dev/null; then
# echo -e "${CRed}The script failed to initialize an xterm test session.$CClr"
# exit 3
#fi
if ! xdpyinfo &> /dev/null; then
echo -e "${CRed}The script failed to initialize an xterm test session.$CClr"
exit 3
fi
################################# < Default Language > #################################
source language/en.sh