mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-07 18:44:07 +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: |
|
run: |
|
||||||
useradd -m nominatim
|
useradd -m nominatim
|
||||||
useradd -m osm-import
|
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
|
echo "/home/nominatim/Nominatim/vagrant/Install-on-${OS}.sh no $INSTALL_MODE" > /home/nominatim/vagrant.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user