Update setup_nautobot.sh
This commit is contained in:
parent
7764b86552
commit
1e9dd15c94
@ -24,6 +24,7 @@ su -c "pip3 install --no-binary=pyuwsgi nautobot" nautobot
|
||||
# Verify
|
||||
su -c "/opt/nautobot/.local/bin/nautobot-server --version" nautobot
|
||||
|
||||
# Copy
|
||||
#/opt/nautobot/.local/lib/python3.10/site-packages/nautobot/core/tests/nautobot_config.py
|
||||
# Setup Config
|
||||
wget https://git.dfosd.synology.me/docker/ubuntu-nautobot/raw/branch/main/nautobot_config.py -O /opt/nautobot/nautobot_config.py
|
||||
|
||||
sed -i "s/SECRET_KEY_VALUE/$(sed 's/-//g' <<< $(uuidgen))/g" /opt/nautobot/nautobot_config.py
|
||||
Loading…
x
Reference in New Issue
Block a user