mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
more readable spacing
This commit is contained in:
parent
5533bde258
commit
c7f5be12a0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ 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| wc -l`
|
||||
OLD=`grep XSCE /etc/iiab/iiab.env | wc -l`
|
||||
if [ "$OLD" -gt 0 ]
|
||||
then
|
||||
rm /etc/iiab/iiab.env
|
||||
|
|
Loading…
Reference in a new issue