Compare commits
No commits in common. "d44426a6d7611b49b7ccd20678bfe7cf5b726f1b" and "4ac841651fc227ca780c22d5dab9ea605b2a35eb" have entirely different histories.
d44426a6d7
...
4ac841651f
@ -27,7 +27,7 @@ function update_script() {
|
||||
exit
|
||||
fi
|
||||
RELEASE=$(curl -fsSL https://api.github.com/repos/linkwarden/linkwarden/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
|
||||
if [[ "${RELEASE}" != "$(cat /opt/linkwarden_version.txt)" ]] || [[ ! -f /opt/linkwarden_version.txt ]]; then
|
||||
if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}_version.txt ]]; then
|
||||
NODE_VERSION="22" NODE_MODULE="yarn@latest" install_node_and_modules
|
||||
msg_info "Stopping ${APP}"
|
||||
systemctl stop linkwarden
|
||||
|
Loading…
x
Reference in New Issue
Block a user