Added XServer/XTerm execution test.
This commit is contained in:
parent
8fa558f769
commit
084fd6ead3
|
@ -39,6 +39,11 @@ echo -ne "\n\n"
|
||||||
echo "[ XTerm Info ]"
|
echo "[ XTerm Info ]"
|
||||||
echo "Version: `xterm -version`"
|
echo "Version: `xterm -version`"
|
||||||
echo "Path: `ls -L $(which xterm)`"
|
echo "Path: `ls -L $(which xterm)`"
|
||||||
|
echo -n "Test: "
|
||||||
|
if xterm -hold -fg "#FFFFFF" -bg "#000000" -title "XServer/XTerm Test" -e "echo \"XServer/XTerm test: close window to continue...\""
|
||||||
|
then echo "XServer/XTerm success!"
|
||||||
|
else echo "XServer/XTerm failure!"
|
||||||
|
fi
|
||||||
echo -ne "\n\n"
|
echo -ne "\n\n"
|
||||||
|
|
||||||
echo "[ HostAPD Info ]"
|
echo "[ HostAPD Info ]"
|
||||||
|
|
Loading…
Reference in New Issue