From 933df2556d24e982c9086e155e0870fe8d7be5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 19:06:22 +0100 Subject: [PATCH] Replacing name with var. --- ct/Pf2eTools.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/Pf2eTools.sh b/ct/Pf2eTools.sh index 839eaf3c..aa29996f 100644 --- a/ct/Pf2eTools.sh +++ b/ct/Pf2eTools.sh @@ -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}"