From d049e6600bb73ef28fa63a1affd431e559229d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 16:59:34 +0100 Subject: [PATCH] Update ct/5etools.sh Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --- ct/5etools.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/5etools.sh b/ct/5etools.sh index 0d1ba760..20d2d5ca 100644 --- a/ct/5etools.sh +++ b/ct/5etools.sh @@ -48,8 +48,7 @@ function update_script() { git config --global http.postBuffer 1048576000 git config --global https.postBuffer 1048576000 git pull --recurse-submodules --jobs=10 - cd ~ - msg_info "Updated 5etools" + msg_ok "Updated 5etools" chown -R www-data: "/opt/${APP}" chmod -R 755 "/opt/${APP}"