added clear_logs script
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -159,4 +159,5 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
log/
|
||||
log/
|
||||
state.json
|
||||
4
clear_logs.sh
Executable file
4
clear_logs.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_DIR=$(readlink -f $(dirname "${BASH_SOURCE[0]}"))
|
||||
rm -rf $SCRIPT_DIR/zigbee2mqtt/log/*
|
||||
Reference in New Issue
Block a user