mirror of
https://github.com/pstadler/metrics.sh.git
synced 2025-11-09 05:34:54 -05:00
update README
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user