Use literal linkding in install messages
Replace occurrences of the ${APP} placeholder with the explicit string "linkding" in the install/linkding-install.sh messaging to ensure consistent, clear output during installation. Also a trivial change to frontend/public/json/linkding.json (removed trailing newline) with no functional impact.
This commit is contained in:
parent
e61d4f9978
commit
d6dc2279f6
@ -37,4 +37,4 @@
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -50,7 +50,7 @@ rm -rf sqlite-amalgamation-${SQLITE_RELEASE}* icu.c sqlite3.h sqlite3ext.h
|
||||
cd /opt/linkding
|
||||
msg_ok "Compiled SQLite ICU Extension"
|
||||
|
||||
msg_info "Setting up ${APP}"
|
||||
msg_info "Setting up linkding"
|
||||
rm -f bookmarks/settings/dev.py
|
||||
touch bookmarks/settings/custom.py
|
||||
$STD uv sync --no-dev
|
||||
@ -68,7 +68,7 @@ $STD uv run python manage.py migrate
|
||||
$STD uv run python manage.py enable_wal
|
||||
$STD uv run python manage.py create_initial_superuser
|
||||
$STD uv run python manage.py collectstatic --no-input
|
||||
msg_ok "Set up ${APP}"
|
||||
msg_ok "Set up linkding"
|
||||
|
||||
msg_info "Creating Services"
|
||||
cat <<EOF >/etc/systemd/system/linkding.service
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user