mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
# iiab.env gets created at the end of stage-4 on First Run
|
||||||
if [ -f /etc/iiab/iiab.env ]
|
if [ -f /etc/iiab/iiab.env ]
|
||||||
then
|
then
|
||||||
OLD=`grep XSCE /etc/iiab/iiab.env`
|
OLD=`grep XSCE /etc/iiab/iiab.env | wc -l`
|
||||||
if [ x"$OLD" != "x" ]
|
if [ "$OLD" -gt 0 ]
|
||||||
then
|
then
|
||||||
rm /etc/iiab/iiab.env
|
rm /etc/iiab/iiab.env
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue