Alpine-Rclone: Fix location of passwords file (#4465)

* Fix install and update

* Update
This commit is contained in:
Slaviša Arežina
2025-05-14 13:31:31 +02:00
committed by GitHub
parent 4762ea8fae
commit 180e003978
3 changed files with 3 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit 1
fi
RELEASE=$(curl -s https://api.github.com/repos/rclone/rclone/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
if [ "${RELEASE}" != "$(cat /opt/rclone_version.txt)" ] || [ ! -f /opt/rclone_version.txt ]; then
msg_info "Updating ${APP} LXC"