[TOOLS] Use sudo to remove files
This commit is contained in:
parent
145c88d43f
commit
9bd1f42843
2
Makefile
2
Makefile
@ -64,7 +64,7 @@ remove-var:
|
|||||||
rm -rf var/*
|
rm -rf var/*
|
||||||
|
|
||||||
remove-file:
|
remove-file:
|
||||||
rm -rf file/*
|
sudo rm -rf file/*
|
||||||
|
|
||||||
flush-redis-cache:
|
flush-redis-cache:
|
||||||
docker exec -it $(call translate-container-name,$(strip $(DIR))_redis_1) sh -c 'redis-cli flushall'
|
docker exec -it $(call translate-container-name,$(strip $(DIR))_redis_1) sh -c 'redis-cli flushall'
|
||||||
|
Loading…
Reference in New Issue
Block a user