mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 01:09:16 +00:00
Fix version names.
This commit is contained in:
parent
e6c1e6cc47
commit
94dfe56d28
@ -52,7 +52,7 @@ function update_script() {
|
||||
# Execute Update
|
||||
wget -q "https://github.com/5etools-mirror-3/5etools-src/archive/refs/tags/${RELEASE}.zip"
|
||||
unzip -q "${RELEASE}.zip"
|
||||
mv "${APP}-src-${RELEASE}/" "/opt/${APP}"
|
||||
mv "${APP}-src-${RELEASE:1}/" "/opt/${APP}"
|
||||
|
||||
chown -R www-data: "/opt/${APP}"
|
||||
chmod -R 755 "/opt/${APP}"
|
||||
|
Loading…
Reference in New Issue
Block a user