]> git.openstreetmap.org Git - nominatim.git/commitdiff
add instructions for switching to user for install scripts
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 13 Jun 2023 12:12:56 +0000 (14:12 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 13 Jun 2023 12:12:56 +0000 (14:12 +0200)
Fixes #3057.

vagrant/Install-on-Ubuntu-20.sh
vagrant/Install-on-Ubuntu-22.sh

index e6ad9ca959632190265b8e0dfc9421a030cf7fde..529670925b2333cd5defd16869f3fa321cdd109d 100755 (executable)
@@ -56,6 +56,11 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
 #
 # You may find a more suitable location if you wish.
 #
+# The following instructions assume you are logged in as this user.
+# You can also switch to the user with:
+#
+#     sudo -u nominatim bash
+#
 # To be able to copy and paste instructions from this manual, export
 # user name and home directory now like this:
 #
index 68bd8682f1b9a93f1d818b60b9e37d32aea6d2cd..7a4d146fd71d32f9b345a139c8566e20fe30e94b 100755 (executable)
@@ -51,6 +51,11 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
 #
 # You may find a more suitable location if you wish.
 #
+# The following instructions assume you are logged in as this user.
+# You can also switch to the user with:
+#
+#     sudo -u nominatim bash
+#
 # To be able to copy and paste instructions from this manual, export
 # user name and home directory now like this:
 #