Remove logs during reset
This commit is contained in:
parent
2b03b3eee5
commit
07f41ec618
3
reset.sh
3
reset.sh
@ -26,4 +26,7 @@ curl --request POST \
|
|||||||
--data '{"type": "m.login.password","user": "verdiadmin","password": "verdiadmin","device_id": "DEV"}' \
|
--data '{"type": "m.login.password","user": "verdiadmin","password": "verdiadmin","device_id": "DEV"}' \
|
||||||
> src/config/synapse_access_token.json 2> /dev/null
|
> src/config/synapse_access_token.json 2> /dev/null
|
||||||
|
|
||||||
|
echo 'Removing log files'
|
||||||
|
rm ./*.log
|
||||||
|
|
||||||
echo 'Done.'
|
echo 'Done.'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user