From 98bbbc2978396617f67f53d77736df45ac0d516d Mon Sep 17 00:00:00 2001 From: Ricks-ha Date: Fri, 2 Dec 2022 13:27:57 +0100 Subject: [PATCH] Add examples to URL and TIME_ZONE --- install-paperless-ngx.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-paperless-ngx.sh b/install-paperless-ngx.sh index d5266efca..bbdc6025f 100755 --- a/install-paperless-ngx.sh +++ b/install-paperless-ngx.sh @@ -95,6 +95,7 @@ echo "============================" echo "" echo "The URL paperless will be available at. This is required if the" echo "installation will be accessible via the web, otherwise can be left blank." +echo "Example: https://paperless.example.com" echo "" ask "URL" "" @@ -112,6 +113,8 @@ echo "" echo "Paperless requires you to configure the current time zone correctly." echo "Otherwise, the dates of your documents may appear off by one day," echo "depending on where you are on earth." +echo "Example: Europe/Berlin" +echo "See here for a list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones" echo "" ask "Current time zone" "$default_time_zone"