mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 17:29:16 +00:00
Replacing name with var.
This commit is contained in:
parent
a7eadb0acb
commit
933df2556d
@ -42,12 +42,12 @@ function update_script() {
|
||||
msg_ok "Updated System"
|
||||
|
||||
# Execute Update
|
||||
msg_info "Updating Pf2eTools"
|
||||
cd /opt/Pf2eTools
|
||||
msg_info "Updating ${APP}"
|
||||
cd "/opt/${APP}"
|
||||
git config --global http.postBuffer 1048576000
|
||||
git config --global https.postBuffer 1048576000
|
||||
git pull --recurse-submodules --jobs=10
|
||||
msg_ok "Updated Pf2eTools"
|
||||
msg_ok "Updated ${APP}"
|
||||
|
||||
chown -R www-data: "/opt/${APP}"
|
||||
chmod -R 755 "/opt/${APP}"
|
||||
|
Loading…
Reference in New Issue
Block a user