typo: executed
This commit is contained in:
parent
8e9727dcd0
commit
ca398fe577
|
@ -65,7 +65,7 @@ fi
|
||||||
|
|
||||||
################################### < XTerm Checks > ###################################
|
################################### < XTerm Checks > ###################################
|
||||||
if [ ! "${DISPLAY:-}" ]; then
|
if [ ! "${DISPLAY:-}" ]; then
|
||||||
echo -e "${CRed}The script should be exected inside a X (graphical) session.$CClr"
|
echo -e "${CRed}The script should be executed inside a X (graphical) session.$CClr"
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue