1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

better testing of XSCE

This commit is contained in:
Jerry Vonau 2017-11-25 10:55:14 -06:00
parent cf0f28e8cc
commit 5533bde258

View file

@ -31,8 +31,8 @@ fi
# iiab.env gets created at the end of stage-4 on First Run
if [ -f /etc/iiab/iiab.env ]
then
OLD=`grep XSCE /etc/iiab/iiab.env`
if [ x"$OLD" != "x" ]
OLD=`grep XSCE /etc/iiab/iiab.env| wc -l`
if [ "$OLD" -gt 0 ]
then
rm /etc/iiab/iiab.env
else