From 801d022f6c0106946f17a4730dd0f941340e0239 Mon Sep 17 00:00:00 2001 From: dimon Date: Fri, 14 Nov 2025 23:05:03 +0000 Subject: [PATCH] Update setup_nautobot.sh --- setup_nautobot.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup_nautobot.sh b/setup_nautobot.sh index af766a1..0a22e7f 100644 --- a/setup_nautobot.sh +++ b/setup_nautobot.sh @@ -23,3 +23,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 +wget https://git.dfosd.synology.me/docker/ubuntu-wordpress/raw/branch/master/wp-config.php -O /opt/nautobot/nautobot_config.py \ No newline at end of file