We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1168883 commit 2b24236Copy full SHA for 2b24236
install/netbox-install.sh
@@ -64,7 +64,7 @@ sed -i "s|SECRET_KEY = ''|SECRET_KEY = '${ESCAPED_SECRET_KEY}'|" /opt/netbox/net
64
sed -i "/DATABASE = {/,/}/s/'USER': '[^']*'/'USER': '$DB_USER'/" /opt/netbox/netbox/netbox/configuration.py
65
sed -i "/DATABASE = {/,/}/s/'PASSWORD': '[^']*'/'PASSWORD': '$DB_PASS'/" /opt/netbox/netbox/netbox/configuration.py
66
67
-$STD /opt/netbox/upgrade.sh &>/dev/null
+$STD /opt/netbox/upgrade.sh
68
ln -s /opt/netbox/contrib/netbox-housekeeping.sh /etc/cron.daily/netbox-housekeeping
69
70
mv /opt/netbox/contrib/apache.conf /etc/apache2/sites-available/netbox.conf
0 commit comments