From da05d48ae44f4b59b50eb049dea124522fbd6590 Mon Sep 17 00:00:00 2001 From: dimon Date: Fri, 14 Nov 2025 23:05:24 +0000 Subject: [PATCH] Update setup_nautobot.sh --- setup_nautobot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_nautobot.sh b/setup_nautobot.sh index 0a22e7f..47c3c4f 100644 --- a/setup_nautobot.sh +++ b/setup_nautobot.sh @@ -26,4 +26,4 @@ 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 +wget https://git.dfosd.synology.me/docker/ubuntu-nautobot/raw/branch/main/nautobot_config.py -O /opt/nautobot/nautobot_config.py \ No newline at end of file