mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
commit
3174929337
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue