From 7fe1aa443bd6e46f945a139ebad4eac14b744ece Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Fri, 12 May 2017 14:19:22 +0200 Subject: [PATCH] fix(xoa#timezone): prefix command with sudo --- docs/xoa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xoa.md b/docs/xoa.md index ea5825d55..fa3badffc 100644 --- a/docs/xoa.md +++ b/docs/xoa.md @@ -174,7 +174,7 @@ In any case, if you lose your password, you can reset the database and get the d ## Timezone -You can verify if your time is correctly set with the `date` command. To set XOA to your current timezone, use `dpkg-reconfigure tzdata`. +You can verify if your time is correctly set with the `date` command. To set XOA to your current timezone, use `sudo dpkg-reconfigure tzdata`. ## Restart the service