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

@ -49,7 +49,7 @@
},
{
"type": "info",
"text": "`htpasswd -b -B /opt/rclone/login.pwd newuser newuserpassword` to add more users."
"text": "`htpasswd -b -B /opt/login.pwd newuser newuserpassword` to add more users."
}
]
}