Merge pull request #1547 from WillNilges/patch-1

Correct typo in launch-netbox.sh
This commit is contained in:
Tobias Genannt 2025-10-22 14:52:48 +02:00 committed by GitHub
commit f6cab681b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ load_configuration() {
http://localhost/config
)
if [ "$RESP_CODE" != "200" ]; then
echo "⚠️ Could no load Unit configuration"
echo "⚠️ Could not load Unit configuration"
kill "$(cat /opt/unit/unit.pid)"
return 1
fi