mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 10:57:58 +00:00
Added osm-import to sudoers file for tokenizer setup
This commit is contained in:
committed by
Sarah Hoffmann
parent
638b40c3ec
commit
cff05394a1
3
.github/workflows/ci-tests.yml
vendored
3
.github/workflows/ci-tests.yml
vendored
@@ -386,7 +386,8 @@ jobs:
|
||||
run: |
|
||||
useradd -m nominatim
|
||||
useradd -m osm-import
|
||||
echo 'nominatim ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/nominiatim
|
||||
echo 'nominatim ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/nominatim
|
||||
echo 'osm-import ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/osm-import
|
||||
echo "/home/nominatim/Nominatim/vagrant/Install-on-${OS}.sh no $INSTALL_MODE" > /home/nominatim/vagrant.sh
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user