From 7c9c1a516912f2a4842f9cb6d6112cb673c6a263 Mon Sep 17 00:00:00 2001 From: Pim Beune Date: Wed, 14 Sep 2022 13:53:34 +0200 Subject: [PATCH] Fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9171d7770f..2444dbb888 100755 --- a/install.sh +++ b/install.sh @@ -64,7 +64,7 @@ show_friendly_message() { echo "You can access the website at http://$ip_address:2283 and the server URL for the mobile app is http://$ip_address:2283/api" echo "The backup (or upload) location is $upload_location" echo "---------------------------------------------------" - echo "If you want to confgure custom information of the server, including the database, Redis information, or the backup (or upload) location, etc. + echo "If you want to configure custom information of the server, including the database, Redis information, or the backup (or upload) location, etc. 1. First bring down the containers with the command 'docker-compose down' in the immich-app directory,