update README

This commit is contained in:
Patrick Stadler
2015-03-12 21:17:44 +01:00
parent 88318c64c4
commit e34af80c11
2 changed files with 3 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ main_terminate () {
fi
# delete temporary directory
if [ ! -z $TEMP_DIR ] && [ -d $TEMP_DIR ]; then
if [ -d $TEMP_DIR ]; then
rmdir $TEMP_DIR
fi
}