[TOOLS] Use sudo to remove files

This commit is contained in:
Hugo Sales 2022-01-17 20:49:36 +00:00
parent 145c88d43f
commit 9bd1f42843
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ remove-var:
rm -rf var/*
remove-file:
rm -rf file/*
sudo rm -rf file/*
flush-redis-cache:
docker exec -it $(call translate-container-name,$(strip $(DIR))_redis_1) sh -c 'redis-cli flushall'