From 66ec83b50e567b5a2f349e0c0104e068f9c95ed1 Mon Sep 17 00:00:00 2001 From: 132ikl <132@ikl.sh> Date: Sun, 15 Sep 2019 18:14:11 -0400 Subject: [PATCH] make fancy :) --- Updating-the-bitwarden-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Updating-the-bitwarden-image.md b/Updating-the-bitwarden-image.md index 0490b65..8a1d547 100644 --- a/Updating-the-bitwarden-image.md +++ b/Updating-the-bitwarden-image.md @@ -61,7 +61,7 @@ The prune command will remove the now old container (-f stands for: Do not ask f Put these into cronjob if you want (time can be changed): ``` -Sudo crontab -e +$ sudo crontab -e 0 2 * * * sudo systemctl restart bitwarden.service 0 3 * * * sudo /usr/bin/docker system prune -f